Author: stsp
Date: Wed Nov 23 10:53:16 2011
New Revision: 1205362
URL: http://svn.apache.org/viewvc?rev=1205362&view=rev
Log:
* CHANGES: Tweak 1.7.2 section to explain some changes better. Also fix a
wrong revision number (r1202603 vs. r1202630)
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1205362&r1=1205361&r2=1205362&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Nov 23 10:53:16 2011
@@ -38,17 +38,17 @@ Version 1.7.2
http://svn.apache.org/repos/asf/subversion/tags/1.7.2
User-visible changes:
- * fix working copy corruption (issue #4040)
+ * fix working copy corruption after interrupted update/switch (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)
+ * improve configure error message if apr-util uses old or no bdb (r1186784)
+ * make 'svn patch' ignore '/dev/null' targets for compat with git (r1197998)
+ * fix 'svn patch' segfault on patch that skips and deletes files (r1199950)
+ * omit "Committed revision N." output from 'svn commit --quiet' (r1200837)
+ * fix authz denial when svnserve root is a repository (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)
+ * make working copy operations fail if nodes have no base checksum
(r1202630)
* fix nested <Location>s when using v2 protocol (r1203546, -651, -653)
* make mod_dav_svn ignore non-Subversion POST requests (r1187695)
* avoid reading freed memory (r1204478)