##// END OF EJS Templates
docs: updated release notes for 5.1
super-admin -
r5439:036b3c7e default
parent child Browse files
Show More
@@ -16,13 +16,16 b' New Features'
16 - Email based log-in. RhodeCode now allows to log-in using email as well as username for main authentication type.
16 - Email based log-in. RhodeCode now allows to log-in using email as well as username for main authentication type.
17 - Ability to replace a file using web UI. Now one can replace an existing file from the web-ui.
17 - Ability to replace a file using web UI. Now one can replace an existing file from the web-ui.
18 - GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects.
18 - GIT LFS Sync automation. Remote push/pull commands now can also sync GIT LFS objects.
19 - Added ability to remove or close branches from the web ui
20 - Added support for S3 based archive_cache based that allows storing cached archives in S3 compatible object store.
21
19
22
20 General
23 General
21 ^^^^^^^
24 ^^^^^^^
22
25
23 - Upgraded all dependency libraries to their latest available versions
26 - Upgraded all dependency libraries to their latest available versions
24 - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments.
27 - Repository storage is no longer controlled via DB settings, but .ini file. This allows easier automated deployments.
25
28 - Bumped mercurial to 6.7.4
26
29
27 Security
30 Security
28 ^^^^^^^^
31 ^^^^^^^^
@@ -34,6 +37,7 b' Performance'
34
37
35 - Introduced a full rewrite of ssh backend for performance. The result is 2-5x speed improvement for operation with ssh.
38 - Introduced a full rewrite of ssh backend for performance. The result is 2-5x speed improvement for operation with ssh.
36 enable new ssh wrapper by setting: `ssh.wrapper_cmd = /home/rhodecode/venv/bin/rc-ssh-wrapper-v2`
39 enable new ssh wrapper by setting: `ssh.wrapper_cmd = /home/rhodecode/venv/bin/rc-ssh-wrapper-v2`
40 - Introduced a new hooks subsystem that is more scalable and faster, enable it by settings: `vcs.hooks.protocol = celery`
37
41
38
42
39 Fixes
43 Fixes
General Comments 0
You need to be logged in to leave comments. Login now