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. |
@@ -42,3 +42,4 b' 7fc0731b024c3114be87865eda7ab621cc957e32' | |||||
42 | 6d531c0b068c6eda62dddceedc9f845ecb6feb6f v4.12.4 |
|
42 | 6d531c0b068c6eda62dddceedc9f845ecb6feb6f v4.12.4 | |
43 | 3d6bf2d81b1564830eb5e83396110d2a9a93eb1e v4.13.0 |
|
43 | 3d6bf2d81b1564830eb5e83396110d2a9a93eb1e v4.13.0 | |
44 | 5468fc89e708bd90e413cd0d54350017abbdbc0e v4.13.1 |
|
44 | 5468fc89e708bd90e413cd0d54350017abbdbc0e v4.13.1 | |
|
45 | 610d621550521c314ee97b3d43473ac0bcf06fb8 v4.13.2 |
General Comments 0
You need to be logged in to leave comments.
Login now