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 |
group |
|
|
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. |
@@ -99,7 +99,7 b' Performance' | |||
|
99 | 99 | ^^^^^^^^^^^ |
|
100 | 100 | |
|
101 | 101 | - Diffs: don't use recurred diffset attachment in diffs. This makes |
|
102 | this structure much harder to garbage collect. Reduces memory usage. | |
|
102 | this structure much harder to garbage collect. Reduces memory usage. | |
|
103 | 103 | - Diff cache: added caching for better performance of large pull requests. |
|
104 | 104 | |
|
105 | 105 | |
@@ -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 w |
|
|
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. |
@@ -130,14 +130,15 b' Upgrade notes' | |||
|
130 | 130 | ^^^^^^^^^^^^^ |
|
131 | 131 | |
|
132 | 132 | - This release adds support for SVN hook. This required lots of changes on how we |
|
133 | handle SVN protocol. We did thoughtful tests for SVN compatibility. | |
|
134 | Please be advised to check the behaviour of SVN repositories during this update. | |
|
133 | handle SVN protocol. We did thoughtful tests for SVN compatibility. | |
|
134 | Please be advised to check the behaviour of SVN repositories during this update. | |
|
135 | 135 | |
|
136 | 136 | A check and migrate of SVN hooks is required. In order to do so, please execute |
|
137 | 137 | `Rescan filesystem` from admin > settings > Remap and Rescan. This will migrate |
|
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. |
|
|
142 | turning them on either individually for bigger repositories or globally for every repository. | |
|
143 | This setting can be found in admin > settings > vcs, or repository > settings > vcs | |
|
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. | |
|
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