##// END OF EJS Templates
docs: fixed some errors in release notes.
marcink -
r2749:01f92273 stable
parent child Browse files
Show More
@@ -32,7 +32,7 b' New Features'
32 32 prevent problems when connection to LDAP is not stable causing RhodeCode
33 33 instances to freeze waiting on LDAP connections.
34 34 - User groups: expose public user group profiles. Allows to see members of a user
35 groups by other team members, if they have proper permissions.
35 group by other team members, if they have proper permissions.
36 36 - UI: show pull request page in quick nav menu on my account for quicker access.
37 37 - UI: hidden/outdated comments now have visible markers next to line numbers.
38 38 This allows access to them without showing all hidden comments.
@@ -114,7 +114,7 b' Fixes'
114 114 - Pull requests: fixed cases with default expected refs are closed or unavailable.
115 115 For Mercurial with closed default branch a compare across forks could fail.
116 116 - Core: properly report 502 errors for gevent and gunicorn.
117 Gevent wtih Gunicorn doesn't raise normal pycurl errors.
117 Gevent with Gunicorn doesn't raise normal pycurl errors.
118 118 - Auth plugins: fixed problem with cache of settings in multi-worker mode.
119 119 The previous implementation had a bug that cached the settings in each class,
120 120 caused not refreshing the update of settings in multi-worker mode.
@@ -138,6 +138,7 b' A check and migrate of SVN hooks is requ'
138 138 all SVN hook to latest available version. To migrate single repository only,
139 139 please go to the following url: `your-rhodecode-server.com/REPO_NAME/settings/advanced/hooks`
140 140
141 - Diff caches are turned off by default for backward compatibility. We however recommend
142 turning them on either individually for bigger repositories or globally for every repository.
141 - Diff caches are turned off by default for backward compatibility.
142 We however recommend turning them on either individually for bigger
143 repositories or globally for every repository.
143 144 This setting can be found in admin > settings > vcs, or repository > settings > vcs
General Comments 0
You need to be logged in to leave comments. Login now