Show More
@@ -0,0 +1,64 b'' | |||||
|
1 | |RCE| 4.18.3 |RNS| | |||
|
2 | ------------------ | |||
|
3 | ||||
|
4 | Release Date | |||
|
5 | ^^^^^^^^^^^^ | |||
|
6 | ||||
|
7 | - 2020-03-24 | |||
|
8 | ||||
|
9 | ||||
|
10 | New Features | |||
|
11 | ^^^^^^^^^^^^ | |||
|
12 | ||||
|
13 | - LDAP: added nested user groups sync which was planned in 4.18.X but didn't | |||
|
14 | make it to the release. New option for sync is available in the LDAP configuration. | |||
|
15 | ||||
|
16 | ||||
|
17 | General | |||
|
18 | ^^^^^^^ | |||
|
19 | ||||
|
20 | - API: added branch permissions functions. | |||
|
21 | - Pull requests: added creating indicator to let users know they should wait until PR is creating. | |||
|
22 | - Pull requests: allow super-admins to force change state of locked PRs. | |||
|
23 | - Users/User groups: in edit mode we now show the actual name of what we're editing. | |||
|
24 | - SSH: allow generation of legacy SSH keys for older systems and Windows users. | |||
|
25 | - File store: don't response with cookie data on file-store download response. | |||
|
26 | - File store: use our own logic for setting content-type. This solves a problem | |||
|
27 | when previously used resolver set different content-type+content-encoding which | |||
|
28 | is an incorrect behaviour. | |||
|
29 | - My Account: show info about password usage for external accounts e.g github/google etc | |||
|
30 | We now recommend using auth-tokens instead of actual passwords. | |||
|
31 | - Repositories: in description field we now show mention of metatags only if they | |||
|
32 | are enabled. | |||
|
33 | ||||
|
34 | ||||
|
35 | Security | |||
|
36 | ^^^^^^^^ | |||
|
37 | ||||
|
38 | - Remote sync: don't expose credentials in displayed URLs. | |||
|
39 | Remote links url had visible credentials displayed in the link. | |||
|
40 | This was used for web-view and not needed anymore. | |||
|
41 | ||||
|
42 | ||||
|
43 | Performance | |||
|
44 | ^^^^^^^^^^^ | |||
|
45 | ||||
|
46 | - Full text search: significantly improved GIT commit indexing performance by reducing | |||
|
47 | number of calls to the vcsserver. | |||
|
48 | ||||
|
49 | ||||
|
50 | Fixes | |||
|
51 | ^^^^^ | |||
|
52 | ||||
|
53 | - Mercurial: fixed cases of lookup of branches that are exactly 20 character long. | |||
|
54 | - SVN: allow legacy (pre SVN 1.7) extraction of post commit data. | |||
|
55 | - GIT: use non-unicode author extraction as it's returned as bytes from backend, and | |||
|
56 | we can get an unicode errors while there's some non-ascii characters. | |||
|
57 | - GIT: use safe configparser for git submodules to prevent from errors on submodules with % sign. | |||
|
58 | - System info: fixed UI problem with new version update info screen. | |||
|
59 | ||||
|
60 | ||||
|
61 | Upgrade notes | |||
|
62 | ^^^^^^^^^^^^^ | |||
|
63 | ||||
|
64 | - Scheduled release addressing problems in 4.18.X releases. |
General Comments 0
You need to be logged in to leave comments.
Login now