You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/07/13 02:00:05 UTC

svn commit: r1502727 - /subversion/trunk/CHANGES

Author: danielsh
Date: Sat Jul 13 00:00:04 2013
New Revision: 1502727

URL: http://svn.apache.org/r1502727
Log:
* CHANGES (1.8.1): Edit/review throughout.  Remove r1495967 as insignificant.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1502727&r1=1502726&r2=1502727&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Sat Jul 13 00:00:04 2013
@@ -32,7 +32,7 @@ http://svn.apache.org/repos/asf/subversi
   - Client- and server-side bugfixes:
     * translation updates for German and Simplified Chinese
     * improve sqlite error message output (r1497804)
-    * fix for support for platforms with mmap (r1498136)
+    * support platforms lacking mmap (r1498136)
     * allow configuration files to start with UTF-8 BOM (r1499100 et al)
 
   - Client-side bugfixes:
@@ -40,26 +40,26 @@ http://svn.apache.org/repos/asf/subversi
     * mergeinfo: reduce network usage for '--show-revs' (r1492005)
     * ra_serf: improve http status handling (r1495104)
     * merge: avoid unneeded ra session (r1493475)
-    * merge: reduce network usage for (r1478987)
+    * merge: reduce network usage (r1478987)
     * merge: remove duplicated ancestry check (r1493424, r1495597)
-    * ra_serf: fix the standard 'Accept-Encoding' header (r1497551)
-    * status: improved documentation for lock columns (r1497318, r1497319)
+    * ra_serf: fix 'Accept-Encoding' header for IIS interoperability (r1497551)
+    * svn status: improve documentation for lock columns (r1497318, r1497319)
     * ra_serf: fix support for 'get-file-revs-reversed' capability (r1498456)
     * log: reduce network usage on repository roots (r1496957)
     * diff: avoid temporary files when calling external diff (issue #4382)
     * upgrade: fix notification of 1.7.x working copies (r1493703, r1494171)
     * fix crash during tree conflict resolution (issue #4388)
-    * add two additional options to interactive file merge (r1491816, r1494089)
+    * interactive file merge: add two additional choices (r1491816, r1494089)
     * diff: use local style paths in error messages (r1500680)
     * resolve: improve the interactive conflict resolution menu (r1491739 et al)
     * switch: use local style path in error message (r1500074)
-    * ra_serf: improve error output when recieiving invalid XML (r1498851)
-    * cleanup: better explain what command does in help output (r1497310)
+    * ra_serf: improve error output when receiving invalid XML (r1498851)
+    * svn cleanup: explain what the command does in help output (r1497310)
     * blame: error on -r M:N where M>N unless server supports (r1498449 et al)
-    * gpg-agent auth: don't try to use agent is unavailable (r1500762 et al)
+    * gpg-agent auth: don't try to use agent when unavailable (r1500762 et al)
     * gpg-agent auth: don't require GPG_TTY or TERM env vars (r1500801)
     * update: fix some tree conflicts not triggering resolver (r1491868 et al)
-    * commit: remove stale entries from wc lock table when deleting (r1501071)
+    * commit: remove stale entries from wc lock table when deleting (r1491756)
     * merge: fix --record-only erroring out on renamed path (issue #4387)
 
   - Server-side bugfixes:
@@ -68,15 +68,15 @@ http://svn.apache.org/repos/asf/subversi
     * mod_dav_svn: better status codes for anonymous user errors (r1495918)
     * mod_dav_svn: better status codes for commit failures (r1490684)
     * fix performance regression in 'svn log' against root (r1494913)
-    * allow deleting non-default 'svn:' properties (r1495432)
+    * allow deleting non-user-visible 'svn:' properties (r1495432)
     * fsfs: fix crash on strict-alignment architectures (r1495806, r1495985)
     * svnadmin upgrade: fix error of non-sharded fsfs repositories (r1494287)
     * svnadmin create: deny '--fs-type=fsfs --compatible-version=1.0' (r1494223)
     * svnadmin upgrade: fix data loss when cancelling in last stage (r1494298)
+    * svnmucc: fix 'make install' symlink to work when DESTDIR is set (r1501072)
 
   - Other tool improvements and bugfixes:
-    * svnmucc: fix symlink to work when DESTDIR is set (r1501072)
-    * fsfs-stats: resolve segfault when passing invalid path (r1492164)
+    * fsfs-stats (tool): resolve segfault when passing invalid path (r1492164)
     * svn-bench: fix help output (r1493951)
     * svnpubsub: add version header to server (r1491707)
 
@@ -87,14 +87,13 @@ http://svn.apache.org/repos/asf/subversi
     * handle --compatible-version=1.8 in the C tests (r1494342)
     * improve clang compatibility (r1480080 et al)
     * use proper cancel baton when handling conflicts (r1495850)
-    * tweak configure.ac documentation (r1495967)
-    * provide proper error value from BDB (r1495428)
+    * fs: BDB: provide proper error value from BDB (r1495428)
     * ra_serf: tweak connection failed error value (r1496132, et al)
-    * resolve possible segfault in 'svn log' (r1496110)
+    * svn_client_log5: resolve possible segfault (r1496110)
     * fix metadata_only move to work when target is unversioned node (r1498564)
-    * fix segfault in ra_svn with a NULL commit message (r1498550, r1499727)
-    * correctly initialize node kind in Ev2 shims' change table (r1501058)
-    * fix copyfrom URL construction in Ev2 shims (r1500226)
+    * ra_svn: fix segfault with a NULL commit message (r1498550, r1499727)
+    * Ev2: correctly initialize node kind in shims' change table (r1501058)
+    * Ev2: fix copyfrom URL construction in shims (r1500226)
     * fs: improve test against newlines in filenames (r1498483 et al)
     * make building with BDB 6 an opt-in feature (r1499438)
     * sqlite: allow placing amalgamation in build dir (r1499034, r1500175)