##// END OF EJS Templates
docs: added release notes for 4.13.2 release
marcink -
r3031:56bb5b12 stable
parent child Browse files
Show More
@@ -0,0 +1,51 b''
1 |RCE| 4.13.2 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2018-08-18
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13 - audit-logs: add audit logs for branch permissions.
14
15
16 General
17 ^^^^^^^
18
19 - svn: properly handle credentials from URL during remote repository import.
20 - svn: use more detailed logs/errors so `exception_tracker` can show it with details.
21 - svn: use streaming uploads/downloads of files.
22 - svn: use shared configurable storage for svn_txn_id interception logic.
23 - celery: use `exception_tracker` to store tasks exceptions for easier debugging.
24
25
26 Security
27 ^^^^^^^^
28
29
30
31 Performance
32 ^^^^^^^^^^^
33
34
35
36 Fixes
37 ^^^^^
38
39 - exception_tracker: use a default value of exception store that is working across
40 all instances e.g vcsserver and enterprise. This fixed problem with usage in
41 cluster type setup.
42 - Comments: fixed problem with audit-logs receiving a empty value in certain
43 conditions resulting in 500 error on commenting.
44 - Branch Permissions: during creation of rule add special check for existing entries to
45 prevent duplicates if two users edit branch permissions at the same time.
46
47
48 Upgrade notes
49 ^^^^^^^^^^^^^
50
51 - Scheduled release addressing reported problems, and improving stability.
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.13.2.rst
12 release-notes-4.13.1.rst
13 release-notes-4.13.1.rst
13 release-notes-4.13.0.rst
14 release-notes-4.13.0.rst
14 release-notes-4.12.4.rst
15 release-notes-4.12.4.rst
General Comments 0
You need to be logged in to leave comments. Login now