Show More
@@ -0,0 +1,56 b'' | |||||
|
1 | |RCE| 4.13.3 |RNS| | |||
|
2 | ------------------ | |||
|
3 | ||||
|
4 | Release Date | |||
|
5 | ^^^^^^^^^^^^ | |||
|
6 | ||||
|
7 | - 2018-10-09 | |||
|
8 | ||||
|
9 | ||||
|
10 | New Features | |||
|
11 | ^^^^^^^^^^^^ | |||
|
12 | ||||
|
13 | ||||
|
14 | ||||
|
15 | General | |||
|
16 | ^^^^^^^ | |||
|
17 | ||||
|
18 | - VCS: use a real two user First Last name for merge operation. | |||
|
19 | This allows certain user naming checks to pass and be validated correctly. | |||
|
20 | ||||
|
21 | ||||
|
22 | Security | |||
|
23 | ^^^^^^^^ | |||
|
24 | ||||
|
25 | - GIT: bumped release to 2.17.2 which addresses cve-2018-17456. | |||
|
26 | ||||
|
27 | ||||
|
28 | Performance | |||
|
29 | ^^^^^^^^^^^ | |||
|
30 | ||||
|
31 | ||||
|
32 | ||||
|
33 | Fixes | |||
|
34 | ^^^^^ | |||
|
35 | ||||
|
36 | - Repository import: skip validating root storage path in detection of VCS types. | |||
|
37 | This check doesn't need to be visible in logs and by that it will reduce the | |||
|
38 | number of errors in logs significantly. | |||
|
39 | - VCS: Properly handle VCS traffic from web app routes and API. | |||
|
40 | Before accessing those via any VCS produced a 500 error. | |||
|
41 | - Users: when deleting users ensure we also properly clear personal flag so we | |||
|
42 | don't have multiple personal groups which is produces 500 errors. | |||
|
43 | - Users: in case of multiple personal groups, return the first instead of an error. | |||
|
44 | - Webhook: handle ${commit_id} variable independent from ${branch}. | |||
|
45 | - Hooks: handle errors before trying to fetch the output. This allows easier debugging | |||
|
46 | of hook related problems | |||
|
47 | - Dependencies: Backported a patch from Dulwich to handle GIT references that are | |||
|
48 | directories. Such references should be skipped, but before made repository show | |||
|
49 | 500 errors. | |||
|
50 | ||||
|
51 | ||||
|
52 | Upgrade notes | |||
|
53 | ^^^^^^^^^^^^^ | |||
|
54 | ||||
|
55 | - Scheduled release addressing reported problems, and GIT security vulnerability. | |||
|
56 |
@@ -43,3 +43,4 b' 6d531c0b068c6eda62dddceedc9f845ecb6feb6f' | |||||
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 |
|
45 | 610d621550521c314ee97b3d43473ac0bcf06fb8 v4.13.2 | |
|
46 | 7dc62c090881fb5d03268141e71e0940d7c3295d v4.13.3 |
@@ -4,7 +4,7 b'' | |||||
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 |
General Comments 0
You need to be logged in to leave comments.
Login now