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 |
General Comments 0
You need to be logged in to leave comments.
Login now