@@ -44,6 +44,15 @@ Python version 2.7 that is newer than 2.7.2 is required to run
4444Roundup. Starting with Roundup version 2.0.0 we also support Python 3
4545versions 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+
4756Contents:
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+
246269Session/OTK data storage using Redis (optional)
247270-----------------------------------------------
248271
@@ -300,8 +323,8 @@ are not used.)
300323For details on WAL mode see `<https://www.sqlite.org/wal.html>`_
301324and `<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
306329In this release you can use both ``*`` (as the first origin) and
307330explicit 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
325348Messages received via email usually include a ``[issue23]``
326349designator in the subject line. This indicates what issue is
0 commit comments