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