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 2014/01/28 12:29:56 UTC

svn commit: r1562040 - /subversion/branches/1.8.x/STATUS

Author: philip
Date: Tue Jan 28 11:29:56 2014
New Revision: 1562040

URL: http://svn.apache.org/r1562040
Log:
* STATUS: Vote/approve log performance fix.

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1562040&r1=1562039&r2=1562040&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue Jan 28 11:29:56 2014
@@ -176,16 +176,6 @@ Candidate changes:
    Votes:
      +1: rhuijben, stefan2
 
- * r1553101, r1553105, r1553113
-   Resolve performance regression in certain 'svn log' scenarios, especially
-   against pre Subversion 1.5 servers.
-   Justification:
-     Easy fix for improving performance for everybody. More generic patch for
-     old versions might be needed for other scenarios, but those scenarios
-     were never supported on those old versions itself.
-   Votes:
-     +1: rhuijben, stefan2
-
  * r1555491
    Fix svn_fs_close_root for FSFS transaction roots.
    Justification:
@@ -295,3 +285,13 @@ Approved changes:
      Pool lifetime issues are bad. Reported by several git-svn users.
    Votes:
      +1: rhuijben, stefan2, philip
+
+ * r1553101, r1553105, r1553113
+   Resolve performance regression in certain 'svn log' scenarios, especially
+   against pre Subversion 1.5 servers.
+   Justification:
+     Easy fix for improving performance for everybody. More generic patch for
+     old versions might be needed for other scenarios, but those scenarios
+     were never supported on those old versions itself.
+   Votes:
+     +1: rhuijben, stefan2, philip