Hi,
Fixing a couple of mistakes in the CHANGES file.
Regards,
Arwin Arni
* 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)
@@ -103,6 +102,7 @@
* fix unknown password stores in config file cause error (r1375052)
* fix assertions in ra_serf running against server root (r1365519, et al)
* fix ra_serf checkout/export aborts early on Windows (issue #4174)
+ * fix "svnadmin load --bypass-prop-validation" (r1237779)
- Server-side bugfixes:
* fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231)