Skip to content

Commit 7f6bb80

Browse files
committed
Add label explanation; Upgrade jquery in devel/responsive templates
1 parent 6a2bd0e commit 7f6bb80

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

doc/upgrading.txt

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ Python version 2.7 that is newer than 2.7.2 is required to run
4444
Roundup. Starting with Roundup version 2.0.0 we also support Python 3
4545
versions newer than 3.4.
4646

47+
Recent release notes have the following labels:
48+
49+
* required - Roundup will not work properly if these steps are not done
50+
* recommended - Roundup will still work, but these steps can cause
51+
security or stability issues if not done.
52+
* optional - new features or changes to existing features you might
53+
want to use
54+
* info - important possibly visible changes in how things operate
55+
4756
Contents:
4857

4958
.. contents::
@@ -243,6 +252,20 @@ install an OS vendor package or some other library.
243252

244253
.. _recommended setting of 1,300,000: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
245254

255+
jQuery updated with updates to user.help.html (recommended)
256+
-----------------------------------------------------------
257+
258+
The devel and responsive templates shipped with an old version of
259+
jQuery. According to automated tests, it my have a security issue. It
260+
has been updated to the current version: 3.6.3. If your tracker is
261+
based on one of these templates (see the ``TEMPLATE-INFO.txt`` file in
262+
your tracker), remove the old ``html/jquery.js`` file from your
263+
tracker and copy the new ``jquery-3.6.3.js`` file from the template
264+
directory to your tracker's ``html`` directory. Also copy in the new
265+
``user.help.html`` file. It now references the new ``jquery-3.6.3.js``
266+
file.
267+
268+
246269
Session/OTK data storage using Redis (optional)
247270
-----------------------------------------------
248271

@@ -300,8 +323,8 @@ are not used.)
300323
For details on WAL mode see `<https://www.sqlite.org/wal.html>`_
301324
and `<https://www.sqlite.org/pragma.html#pragma_journal_mode>`_.
302325

303-
Change in processing allowed_api_origins setting
304-
------------------------------------------------
326+
Change in processing allowed_api_origins setting (info)
327+
-------------------------------------------------------
305328

306329
In this release you can use both ``*`` (as the first origin) and
307330
explicit origins in the `allowed_api_origins`` setting in
@@ -319,8 +342,8 @@ credentials to log in.
319342

320343
.. _CORS: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
321344

322-
Change in processing of In-Reply_to email header
323-
------------------------------------------------
345+
Change in processing of In-Reply_to email header (info)
346+
-------------------------------------------------------
324347

325348
Messages received via email usually include a ``[issue23]``
326349
designator in the subject line. This indicates what issue is

0 commit comments

Comments
 (0)