##// END OF EJS Templates
svn: fixed case of wrong extracted repository name for SSH backend. In cases...
svn: fixed case of wrong extracted repository name for SSH backend. In cases where we commited to a nested subdirs SVN reported the access path with the subdir paths in it. We couldn't then match that extended name into proper rhodecode repository for ACL checks. - Current implementation gives an slight overhead as we have to lookup all repositories - fixes #5606

File last commit:

r1:854a839a default
r4281:5da17e74 default
Show More
release-notes-2.2.2.rst
25 lines | 1.0 KiB | text/x-rst | RstLexer
/ docs / release-notes / release-notes-2.2.2.rst
project: added all source files and assets
r1 |RCE| 2.2.2 |RNS|
-----------------
General
^^^^^^^
* released 2013-11-19
* Push & pull up to 4x faster
* Security fixes
News
^^^^
* Optimized the number of permission tree builds when doing push and pull operations which leads to a significant (up
to 4x) performance increase.
Fixes
^^^^^
* Fixed issue with pygrack using os.cwd for working dir, that caused issues in some operating systems.
* Fixed dulwich parents function call used when building DAG graph.
* Fixed issue with revoke permissions on repository group when apply to children was set to 'none'. This call could
silently fail without proper notification to users.
* Fixed issues with Mercurial hooks when creating remote repositories.
* Strip passwords from clone urls for logging output.
* Fixed LDAP issues with unicode. LDAP bind does not support unicode passwords.
* Fixed admin UI which broke when using long names.
* Fixed rendering of READMEs that contained different line endings.
* Fixed issue with admin users of groups which could create repositories at top-level.