##// 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 prevent problems when connection to LDAP is not stable causing RhodeCode
32 prevent problems when connection to LDAP is not stable causing RhodeCode
33 instances to freeze waiting on LDAP connections.
33 instances to freeze waiting on LDAP connections.
34 - User groups: expose public user group profiles. Allows to see members of a user
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 - UI: show pull request page in quick nav menu on my account for quicker access.
36 - UI: show pull request page in quick nav menu on my account for quicker access.
37 - UI: hidden/outdated comments now have visible markers next to line numbers.
37 - UI: hidden/outdated comments now have visible markers next to line numbers.
38 This allows access to them without showing all hidden comments.
38 This allows access to them without showing all hidden comments.
@@ -114,7 +114,7 b' Fixes'
114 - Pull requests: fixed cases with default expected refs are closed or unavailable.
114 - Pull requests: fixed cases with default expected refs are closed or unavailable.
115 For Mercurial with closed default branch a compare across forks could fail.
115 For Mercurial with closed default branch a compare across forks could fail.
116 - Core: properly report 502 errors for gevent and gunicorn.
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 - Auth plugins: fixed problem with cache of settings in multi-worker mode.
118 - Auth plugins: fixed problem with cache of settings in multi-worker mode.
119 The previous implementation had a bug that cached the settings in each class,
119 The previous implementation had a bug that cached the settings in each class,
120 caused not refreshing the update of settings in multi-worker mode.
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 all SVN hook to latest available version. To migrate single repository only,
138 all SVN hook to latest available version. To migrate single repository only,
139 please go to the following url: `your-rhodecode-server.com/REPO_NAME/settings/advanced/hooks`
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
141 - Diff caches are turned off by default for backward compatibility.
142 turning them on either individually for bigger repositories or globally for every repository.
142 We however recommend turning them on either individually for bigger
143 repositories or globally for every repository.
143 This setting can be found in admin > settings > vcs, or repository > settings > vcs
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