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 2011/04/10 14:06:22 UTC

svn commit: r1090786 - /subversion/trunk/CHANGES

Author: stefan2
Date: Sun Apr 10 12:06:22 2011
New Revision: 1090786

URL: http://svn.apache.org/viewvc?rev=1090786&view=rev
Log:
* CHANGES:
  add strict FSFS memory limits as 'major feature' (also as a 
  representative of all server-side caching improvements);
  reformat revision list and add caching support for svnadmin

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1090786&r1=1090785&r2=1090786&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Sun Apr 10 12:06:22 2011
@@ -14,6 +14,7 @@ the 1.6 release:  http://subversion.apac
     * Rewritten working copy metadata storage (issue #3357)
     * New 'svn patch' subcommand (issue #511)
     * Property packing on FSFS backends (issue #3444)
+    * Limit FSFS memory consumption (issue #3478, #3593)
 
   - Minor new features and improvements:
     * Better handling of HTTP redirects (issue #2779)
@@ -37,7 +38,8 @@ the 1.6 release:  http://subversion.apac
     * added '--parents' to 'svn update' (issue #3748)
     * allow configurable connection timeout in ra_serf (r876161)
     * add digest authentication in ra_serf (r876405)
-    * add extensive caching support to servers (r1067669, r1067675, r1072302)
+    * add extensive caching support to servers (r1067669, -75, -72302)
+    * add configurable caching to svnadmin (r1078357)
     * make server-side network data compression rate configurable (r1072288)
 
   - Client-side bugfixes: