Author: hwright
Date: Thu Apr 14 19:31:11 2011
New Revision: 1092447
URL: http://svn.apache.org/viewvc?rev=1092447&view=rev
Log:
* CHANGES
(1.7.0): Add a couple of issues we've fixed.
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1092447&r1=1092446&r2=1092447&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Thu Apr 14 19:31:11 2011
@@ -109,6 +109,7 @@ the 1.6 release: http://subversion.apac
* fixed: 'svn rm' fails on multiple URLs with encoded spaces (issue #3839)
* fixed: children of replaced dirs cannot be deleted (issue #3468)
* fixed: executable flag of binary file lost during merge (issue #3686)
+ * fixed: merging a symlink-turned-regular-file breaks the wc (issue #2530)
* many other minor bugfixes, optimizations, plugs of memory leaks, etc
- Server-side bugfixes:
@@ -125,6 +126,7 @@ the 1.6 release: http://subversion.apac
* fixed: mod_dav_svn can cause spurious merge conflicts (issue #3657)
* match paths against authz rules in case sensitive way (issue #3781)
* svnserve can now force usernames to upper/lower case (issue #3726)
+ * reduce duplicate log messages in 'log -g' (issue #3650)
* many other minor bugfixes too numerous to list here
- Other tool improvements and bugfixes: