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

svn commit: r1481852 - /subversion/trunk/CHANGES

Author: stsp
Date: Mon May 13 13:54:52 2013
New Revision: 1481852

URL: http://svn.apache.org/r1481852
Log:
* CHANGES: Trim entries to 80 columns limit in length.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1481852&r1=1481851&r2=1481852&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Mon May 13 13:54:52 2013
@@ -59,7 +59,7 @@ http://svn.apache.org/repos/asf/subversi
     * new SvnPubSub distributed commit hooks (tools/server-side/svnpubsub)
     * new light-weight benchmarking client (tools/client-side/svn-bench)
     * new w/c subtree duplication tool (tools/client-side/detach.py)
-    * new svndumpfilter dependency analysis (tools/server-side/svnpredumpfilter.py)
+    * svndumpfilter dependency analysis (tools/server-side/svnpredumpfilter.py)
     * new mergeinfo fixup tool (tools/client-side/mergeinfo-sanitizer.py)
     * 'svn diff' can compare arbitrary files and directories (r1310291, et al)
     * ra_serf avoids re-downloading content present in pristine store (r1333936)
@@ -76,7 +76,7 @@ http://svn.apache.org/repos/asf/subversi
     * 'svn' is now non-interactive when not run in a terminal device (r1424037)
     * 'svn propset' checks spelling of reserved property names.
     * improve working copy performance on network disks (issue #4176) 
-    * repos suggested config via svn:auto-props and svn:global-ignores (r1401908)
+    * repos suggests config via svn:auto-props and svn:global-ignores (r1401908)
     * support for custom keyword definitions in svn:keywords (issue #890)
     * support for server-side keyword expansion in mod_dav_svn (r1466055)
     * FSFS now able to cache revision properties (r1326307)
@@ -92,14 +92,13 @@ http://svn.apache.org/repos/asf/subversi
     * 'svn diff --git' include copyfrom revision in "copied" headers (r1155279)
     * svn:mergeinfo related operations now use much less memory (r1149519 et al)
     * get list of supported schemes for RA libraries (r1148134)
-    * 'svn checkout' skips file externals from unintended repositories (r1153110)
+    * 'svn checkout' skips file externals from other repositories (r1153110)
     * return an error when conflicts could not be resolved (r1150439)
     * let HTTPv2-aware clients fetch v2-style resources (r1161202)
     * 'svn status' with better NLS support (r1157537, -682)
     * error out on non-canonical fspaths in the authz file (r1166111)
     * improve error messages (r1212823, r1212463)
     * better tracking of shallow-yet-complete merges (issues #4056, #4057)
-    * improve performance of mergeinfo elision (r1208739)
     * make 'svn status --quiet' w/ externals quieter still (issue #1935)
     * ensure that all paths shown in 'svn status' are relative-ized (r1202425)
     * improve performance of local multi-target deletions (r1195873)
@@ -108,13 +107,13 @@ http://svn.apache.org/repos/asf/subversi
   - Client-side bugfixes:
     * fix inconsistent 'svn log' output for empty revisions (issue #3964)
     * fix 'svn revert' of 'svn move' (issue #876)
-    * fix 'wrong 'status' of file externals "resurrecting" a deleted file (#4017)
+    * fix file externals wrongly "resurrecting" a deleted file (#4017)
     * fix reporting of corrupted 1.6 w/cs by 'svn upgrade' (r1182904, -9)
     * fix bug caused by URI-decoding local merge source paths (r1210539)
 
   - Server-side bugfixes:
     * SVNParentPath / repository listing now authz-filtered (r1408184)
-    * user and group names in the authz config file are case-sensitive (r1475772)
+    * user/group names in the authz config file are case-sensitive (r1475772)
     * limit commit runtime for nodes with very deep histories (r1224836)
     * 'svnadmin recover' truncates rep-cache at the right point (issue #4077)
     * fix crashes in dumpstream loading with skipped revs (r1214202, r1214216)