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/27 12:58:50 UTC

svn commit: r1486572 - /subversion/trunk/CHANGES

Author: stefan2
Date: Mon May 27 10:58:49 2013
New Revision: 1486572

URL: http://svn.apache.org/r1486572
Log:
* CHANGES: remove duplicate "revprop packing" item;
  move fsfs caching items all into once place

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1486572&r1=1486571&r2=1486572&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Mon May 27 10:58:49 2013
@@ -145,6 +145,9 @@ http://svn.apache.org/repos/asf/subversi
     * txn name now reported to post-commit hooks (r1240856)
     * support for server-side keyword expansion in mod_dav_svn (r1466055)
     * FSFS now able to cache revision properties (r1326307)
+    * FSFS cache for changed-paths increases 'svn log' performance (r1378358)
+    * FSFS cache mergeinfo requested during 'log -g' (r1395439)
+    * many FSFS caching improvements (r1390435, r1390447)
     * directory and property deltification option in FSFS (issue #4084)
     * fine-grained control deltification behavior via fsfs.conf (r1311476)
     * FSFS de-duplication ("rep sharing") now works within a revision (r1397773)
@@ -160,7 +163,6 @@ http://svn.apache.org/repos/asf/subversi
     * svnserve now logs explicit path and reason for authz failures (r1446542)
     * validate offsets from rep-cache to prevent FSFS corruption (issue #4277)
     * new AuthzSVNGroupsFile option to store authz groups separately (r1438407)
-    * FSFS revprop packing support (r1358667 et al)
     * new 'SVNAllowBulkUpdates prefer' option for mod_dav_svn (r1417642, et al)
     * new 'SVNMasterVersion' option for mod_dav_svn (r1398962)
     * added virtual-host support to 'svnserve' (r1401296)
@@ -175,11 +177,8 @@ http://svn.apache.org/repos/asf/subversi
     * mod_dav_svn now advertises supported POST types (r1375123)
     * mod_dav_svn can create transaction with inline txnprops (r1375167)
     * run start-commit hook after transaction creation (r1376201)
-    * fsfs cache for changed-paths increases 'svn log' performance (r1378358)
     * avoid byte-for-byte comparison where it can be avoided (r1390641)
-    * cache mergeinfo requested during 'log -g' (r1395439)
     * various server-side performance improvements for 'log -g' (r1395442 et al)
-    * many FSFS caching improvements (r1390435, r1390447)
     * allow up to 10Gbit throughput with svnserve (r1391788)
     * install mod_dontdothat correctly (r1454450)
     * svnadmin verify can now verify transactions (r1462353)