docs: added release docs for 4.17.4

This commit is contained in:
Marcin Kuzminski 2019-10-28 11:17:55 +01:00
parent ada8470b4c
commit e654d4bbf6
2 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,47 @@
|RCE| 4.17.4 |RNS|
------------------
Release Date
^^^^^^^^^^^^
- 2019-10-28
New Features
^^^^^^^^^^^^
General
^^^^^^^
- Permissions: properly flush user cache permissions in more cases of permission changes.
Some API methods and user-group additions didn't invalidate permission caches resulting in
users not seeing the permission changes immediately.
- Pull requests: properly handle exceptions in state change logic, and improve logging on this.
Security
^^^^^^^^
- Security: fixed XSS in file editing.
Performance
^^^^^^^^^^^
Fixes
^^^^^
- Diffs: handle paths with quotes in diffs.
- Diffs: fixed outdated files in pull-requests re-using the filediff raw_id for anchor generation.
This could make rendering diff crash in cases of only having outdated files in a diff.
- Diffs: handle very odd case of binary, corrupted diffs which crashed the diff parser.
- Svn: handle non-ascii message editing.
Upgrade notes
^^^^^^^^^^^^^
- Scheduled release addressing problems in 4.17.X releases.

View file

@ -9,6 +9,7 @@ Release Notes
.. toctree::
:maxdepth: 1
release-notes-4.17.4.rst
release-notes-4.17.3.rst
release-notes-4.17.2.rst
release-notes-4.17.1.rst