##// END OF EJS Templates
docs: updated changelog
super-admin -
r5648:4826de7e tip default
parent child Browse files
Show More
@@ -10,30 +10,34 b' Release Date'
10 New Features
10 New Features
11 ^^^^^^^^^^^^
11 ^^^^^^^^^^^^
12
12
13
13 - RhodeCode and VcsServer operate now on bytestrings instead of strings for diffs and files. This allows a mixed or non-utf8
14 encoded files to be used.
15 - Remap and rescan: added more resilient remap and removal option, and also split the logic to either add or cleanup.
14
16
15 General
17 General
16 ^^^^^^^
18 ^^^^^^^
17
19
20 - Ported build system to use pyproject.toml.
18
21
19
22
20 Security
23 Security
21 ^^^^^^^^
24 ^^^^^^^^
22
25
26 - Multiple library bumps to fix security issues found in those python packages.
23
27
24
28
25 Performance
29 Performance
26 ^^^^^^^^^^^
30 ^^^^^^^^^^^
27
31
28
32 - SVN: added same caches for stored file nodes as git and mercurial have for improved performance.
29
33 - GIT: moved certain operations into vcsserver
30
34
31 Fixes
35 Fixes
32 ^^^^^
36 ^^^^^
33
37
34 - Fixed UI visualization issues with long commit messages
38 - Fixed UI visualization issues with long commit messages
35 - Fixed masking for some fields in admin settings
39 - Fixed masking for some fields in admin settings
36
40 - Fixed issues with caches calculations when passed search fields were empty
37
41
38 Upgrade notes
42 Upgrade notes
39 ^^^^^^^^^^^^^
43 ^^^^^^^^^^^^^
General Comments 0
You need to be logged in to leave comments. Login now