Author: danielsh
Date: Fri Apr 13 04:18:32 2012
New Revision: 1325610
URL: http://svn.apache.org/viewvc?rev=1325610&view=rev
Log:
* CHANGES (1.7.5): Update with merges to 1.7.x.
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1325610&r1=1325609&r2=1325610&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri Apr 13 04:18:32 2012
@@ -55,6 +55,8 @@ http://svn.apache.org/repos/asf/subversi
* mod_dav_svn: error on MERGE of non-existent resource (r1298343)
* fix undefined behaviour during multi-segment reverse merges (issue #4144)
* fix potential pool lifetime problem in the diff code (r1311935)
+ * libsvn_wc: reduce resources use while looking for the wc root (r1306334)
+ * cmdline: fix segfault during 'svn diff' argument processing (r1311702)
Developer-visible changes:
* swig-py tests: avoid FAILs on APR hash order (r1296137, r1292248)