You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2011/08/30 17:28:38 UTC

svn commit: r1163261 - /subversion/trunk/CHANGES

Author: philip
Date: Tue Aug 30 15:28:37 2011
New Revision: 1163261

URL: http://svn.apache.org/viewvc?rev=1163261&view=rev
Log:
* STATUS: Add svnrdump, tweak FSFS caching

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1163261&r1=1163260&r2=1163261&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Tue Aug 30 15:28:37 2011
@@ -24,7 +24,8 @@ the 1.6 release:  http://subversion.apac
     * Less verbose HTTP-based repository access protocol (issue #1161, #3371)
     * Rewritten working copy metadata storage (issue #3357)
     * New 'svn patch' subcommand (issue #511)
-    * Limit FSFS memory consumption (issue #3478, #3593)
+    * Rewritten FSFS in-memory caching for better performance
+    * New remote repository dump/load client 'svnrdump'
 
   - Minor new features and improvements:
     * Better handling of HTTP redirects (issue #2779)
@@ -162,6 +163,7 @@ the 1.6 release:  http://subversion.apac
     * reduce duplicate log messages in 'log -g' (issue #3650)
     * don't crash on shutdown with SASL in inetd mode (issue #3664)
     * disallow arbitrary HTTP headers from committers (issue #2872)
+    * limit FSFS memory consumption (issue #3478, #3593)
     * many other minor bugfixes too numerous to list here
 
   - Other tool improvements and bugfixes: