Author: hwright
Date: Mon Nov 28 22:07:07 2011
New Revision: 1207650

URL: http://svn.apache.org/viewvc?rev=1207650&view=rev
Log:
* CHANGES
  (1.7.2): Sync with branch, and add potential release date.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: 
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1207650&r1=1207649&r2=1207650&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Mon Nov 28 22:07:07 2011
@@ -34,7 +34,7 @@ http://svn.apache.org/repos/asf/subversi
 
 
 Version 1.7.2
-(?? ??? 2011, from /branches/1.7.x)
+(02 Dec 2011, from /branches/1.7.x)
 http://svn.apache.org/repos/asf/subversion/tags/1.7.2
 
   User-visible changes:
@@ -54,6 +54,12 @@ http://svn.apache.org/repos/asf/subversi
    * avoid reading freed memory (r1204478)
    * recognize empty (only byte order mark) UTF-8 files as text (issue #4046)
    * improve behavior when operating against a 1.0.x server (r1199876)
+   * remove empty externals parents on update (issue #4044)
+   * make 'svn diff -c N' work for files added in rN (issue #2873)
+   * plug a memory leak in the bdb backend (r1205726)
+   * fix 'svn import' with native eol style and inconsistent EOLs (r1205193)
+   * fix reading beyond the end of a string in bdb backend (r1205839, -48)
+   * don't assert when commiting an incomplete directory (issue #4042)
 
   Developer-visible changes:
    * JavaHL: allow 'status -u' to function properly (r1189190, -395)
@@ -61,6 +67,7 @@ http://svn.apache.org/repos/asf/subversi
    * properly define WIN64 on Windows x64 builds (r1188609)
    * better adherence to C89 in enum definitions (r1189665)
    * bump copyright year in Windows DLLs (r1189261)
+   * log the entire error chain when opening rep-cache.db fails (r1204610, -73)
 
 
 Version 1.7.1


Reply via email to