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/02/22 09:16:15 UTC

svn commit: r1073247 - /subversion/trunk/CHANGES

Author: stefan2
Date: Tue Feb 22 08:16:15 2011
New Revision: 1073247

URL: http://svn.apache.org/viewvc?rev=1073247&view=rev
Log:
List my visible changes under "minor new features". Feel free to promote
"caching" to "major feature". Release notes update will follow soon.

* CHANGES: add compression config and data cache as new features

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1073247&r1=1073246&r2=1073247&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Tue Feb 22 08:16:15 2011
@@ -35,6 +35,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)
+    * make server-side network data compression rate configurable (r1072288)
 
   - Client-side bugfixes:
     * 'svn cp A B; svn mv B C' is equivalent to 'svn cp A C' (issue #756)