Author: danielsh
Date: Thu Apr 12 13:46:05 2012
New Revision: 1325255
URL: http://svn.apache.org/viewvc?rev=1325255&view=rev
Log:
* CHANGES (1.7.5): New section.
Modified:
subversion/trunk/CHANGES
subversion/trunk/subversion/tests/cmdline/switch_tests.py
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1325255&r1=1325254&r2=1325255&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Thu Apr 12 13:46:05 2012
@@ -43,6 +43,21 @@ http://svn.apache.org/repos/asf/subversi
*
+Version 1.7.5
+(26 Mar 2012, from /branches/1.7.x)
+http://svn.apache.org/repos/asf/subversion/tags/1.7.5
+
+ User-visible changes:
+ * avoid potential segfault when canonicalizing properties (r1296369)
+ * fix non-fatal FSFS corruption bug with concurrent commits (issue #4129)
+ * improve memory and file-handle management with externals (issue #4130)
+ * convert a few ra_serf assertions to errors: MERGE fails (r1302417)
+ * fix: undefined behaviour during multi-segment reverse merges (issue
#4144)
+
+ Developer-visible changes:
+ * swig-py tests: avoid FAILs on APR hash order (r1296137, r1292248)
+
+
Version 1.7.4
(08 Mar 2012, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.4
Modified: subversion/trunk/subversion/tests/cmdline/switch_tests.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/switch_tests.py?rev=1325255&r1=1325254&r2=1325255&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/switch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/switch_tests.py Thu Apr 12
13:46:05 2012
@@ -680,6 +680,7 @@ def failed_anchor_is_target(sbox):
svntest.actions.run_and_verify_svn(None, svntest.verify.AnyOutput, [],
'switch', '--ignore-ancestry',
G_url, H_path)
+ return None
expected_status = svntest.actions.get_virginal_state(wc_dir, 1)
expected_status.tweak('A/D/H', switched='S', wc_rev=2)