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