Author: hwright
Date: Mon Nov 21 17:04:28 2011
New Revision: 1204598

URL: http://svn.apache.org/viewvc?rev=1204598&view=rev
Log:
* CHANGES:
  (1.7.2): New section, with stuff merged since 1.7.1.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: 
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1204598&r1=1204597&r2=1204598&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Mon Nov 21 17:04:28 2011
@@ -33,6 +33,36 @@ http://svn.apache.org/repos/asf/subversi
     *
 
 
+Version 1.7.2
+(?? ??? 2011, from /branches/1.7.x)
+http://svn.apache.org/repos/asf/subversion/tags/1.7.2
+
+  User-visible changes:
+   * fix working copy corruption (issue #4040)
+   * avoid segfaults against pre-1.5 servers (r1186928)
+   * avoid configure error when using apr-util and bdb (r1186784)
+   * make 'svn patch' ignore '/dev/null' targets (r1197998)
+   * fix segfault on path that skips and deletes (r1199950)
+   * omit output from 'commit --quiet' (r1200837)
+   * fix authz denial when svnserve root is a repo (issue #4060)
+   * fix uninitialized memory read in client diff code (r1201002)
+   * avoid potential segfault during merges (r1202807)
+   * fix an assertion failure when a symlink is updated (r1186944, -81, -83)
+   * more working copy corruption protection (r1202603)
+   * fix nested Locations when using v2 protocol (r1203546, -651, -653)
+   * make mod_dav_svn ignore non-Subversion POST requests (r1187695)
+   * 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)
+
+  Developer-visible changes:
+   * allow JavaHL equivalent of 'st -u' to function properly (r1189190, -395)
+   * don't put '\r' characters in our generate sql headers (r1189580)
+   * properly define WIN64 on Windows x64 builds (r1188609)
+   * better adherence to C89 in enum definitions (r1189665)
+   * bump copyright year in Windows DLLs (r1189261)
+
+
 Version 1.7.1
 (24 Oct 2011, from /branches/1.7.x)
 http://svn.apache.org/repos/asf/subversion/tags/1.7.1


Reply via email to