You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2015/07/05 07:42:05 UTC

svn commit: r1689216 - /subversion/trunk/CHANGES

Author: brane
Date: Sun Jul  5 05:42:04 2015
New Revision: 1689216

URL: http://svn.apache.org/r1689216
Log:
* CHANGES: Fix wrong change description.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1689216&r1=1689215&r2=1689216&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Sun Jul  5 05:42:04 2015
@@ -196,6 +196,7 @@ http://svn.apache.org/repos/asf/subversi
     * warn when the '--config-option' FILE:SECTION:OPTION combination may
       be invalid. (r1674301 et al)
     * ensure full key matching in membuffer cache (r1678950 et al)
+    * mod_dav_svn: expose cache statistics via HTTP (r1595160)
 
   - Client-side bugfixes:
     * export: fix problem exporting symlinks on windows (r1476093)
@@ -306,8 +307,6 @@ http://svn.apache.org/repos/asf/subversi
     * merge: raise a tree conflict on root of obstructing dir (r1666690)
     * cp: fix 'svn cp ^/A/D/H@1 ^/A' to properly create A (r1674455, r1674456)
     * status: fix incorrect output with file externals (issue #4580)
-    * status: fix crash on platforms that don't support C99 format
-      specifiers for strftime (r1683387)
     * merge: fix part of issue #4582 (r1686175, r1687029, r1688258)
 
   - Server-side bugfixes: