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 2011/08/24 14:11:42 UTC

svn commit: r1161063 - /subversion/trunk/CHANGES

Author: stsp
Date: Wed Aug 24 12:11:41 2011
New Revision: 1161063

URL: http://svn.apache.org/viewvc?rev=1161063&view=rev
Log:
* CHANGES: Issue #3101 fix was backported to 1.7.x. Move into 1.7.0 section.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1161063&r1=1161062&r2=1161063&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Aug 24 12:11:41 2011
@@ -3,7 +3,6 @@ Version 1.8.0
 http://svn.apache.org/repos/asf/subversion/tags/1.8.0
 
  User-visible changes:
-    * don't leave unversioned files when reverting copies (issue #3101)
 
  Developer-visible changes:
   - API changes:
@@ -53,6 +52,7 @@ the 1.6 release:  http://subversion.apac
     * make server-side network data compression rate configurable (r1072288)
     * added support for auto-detecting mime-types with libmagic (r1131120)
     * 'svn rm url1 url2 url3' uses single txn per repo (issue #1199)
+    * don't leave unversioned files when reverting copies (issue #3101)
 
   - Client-side bugfixes:
     * 'svn cp A B; svn mv B C' is equivalent to 'svn cp A C' (issue #756)