On 12/27/2012 12:00 PM, Arwin Arni wrote:
Hi,
Fixing a couple of mistakes in the CHANGES file.
Regards,
Arwin Arni
Sorry,
Moved the change to the wrong section. Here's the corrected patch.
* subversion/CHANGES
Fixed a chronological mistake. (1.7.7 has r1237779)
Fixed a typo. (r139917 is r1399174)
Patch by: Arwin Arni <arwin{_AT_}collab.net>
Index: CHANGES
===================================================================
--- CHANGES (revision 1421305)
+++ CHANGES (working copy)
@@ -65,7 +65,7 @@
- Client-side bugfixes:
* fix crash with --username option on Windows (r1396285)
* add missing attributes to "svn log -v --xml" output (r1398100)
- * fix svn patch ignoring hunks after no trailing newline (r139917)
+ * fix svn patch ignoring hunks after no trailing newline (r1399174)
* fix hang with ra_serf during error processing (r1403583)
* ignore file externals with mergeinfo when merging (r1401915)
* fix "svnmucc cp" segfault with a missing last argument (issue #4079)
@@ -73,7 +73,6 @@
- Server-side bugfixes:
* properly detect threading availability (r1398325)
- * fix "svnadmin load --bypass-prop-validation" (r1237779)
* fix parsing of [groupsfoo] sections in authz file (issue #3531)
* add Vary: header to GET responses to improve cacheability (r1390653)
* fix fs_fs to cleanup after failed rep transmission (r1403964, et al)
@@ -110,6 +109,7 @@
* fix svndumpfilter exclude --targets requires leading slash (issue #4234)
* fix connection ttl for memcache should be 50 seconds (r1391641)
* stabilize order of paths in dumpfiles with APR 1.4.6 (r1344864, et al)
+ * fix "svnadmin load --bypass-prop-validation" (r1237779)
Developer-visible changes:
- General: