You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/03/15 11:16:04 UTC

svn commit: r1300881 - /subversion/trunk/CHANGES

Author: stsp
Date: Thu Mar 15 10:16:03 2012
New Revision: 1300881

URL: http://svn.apache.org/viewvc?rev=1300881&view=rev
Log:
* CHANGES (1.6.18): tweak

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1300881&r1=1300880&r2=1300881&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Thu Mar 15 10:16:03 2012
@@ -390,7 +390,7 @@ http://svn.apache.org/repos/asf/subversi
 
   User-visible changes:
     * reject invalid svn:mergeinfo at commit time over DAV (issue #3953) 
-    * fixed: reintegrate fails with no subtree mergeinfo on source (issue #3957)
+    * fix reintegrate merge regression introduced in 1.6.13 (issue #3957)
     * make the stderr output of the post-commit hook XML-safe (r893478)
     * fix a rare source of FSFS corruption (r1240752)
     * plug a memory leak in the bdb backend (r1205726)
@@ -398,7 +398,7 @@ http://svn.apache.org/repos/asf/subversi
     * fix description of svndumpfilter's --targets option (r1151911)
 
   Developer-visible changes:
-    * fix sqlite distfile retrieval in get-deps.sh
+    * fix sqlite distfile retrieval in get-deps.sh (r1134734)
     * fix swig-py memory leak (r1235264, -296, -302, -736)
     * allow passing --with-jdk to gen-make.py on Windows (r966167)