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/02/13 22:42:15 UTC

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

Author: philip
Date: Thu Feb 13 21:42:15 2014
New Revision: 1568048

URL: http://svn.apache.org/r1568048
Log:
* STATUS: Vote/approve cache 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=1568048&r1=1568047&r2=1568048&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Thu Feb 13 21:42:15 2014
@@ -168,17 +168,6 @@ Candidate changes:
    Votes:
      +1: philip, breser
 
- * r1567985
-   Infinite loop in caching code on 32 bit platforms.
-   Branch: ^/subversion/branches/1.8.x-r1567985
-   Justification:
-     This affects all threaded servers and gets more frequent when only small
-     caches like the 16MB default have been configured.  Once a thread enters
-     the infinite loop, all other threads in the same process will soon hang
-     as well.
-   Votes:
-     +1: stefan2, breser
-
 Veto-blocked changes:
 =====================
 
@@ -207,3 +196,14 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r1567985
+   Infinite loop in caching code on 32 bit platforms.
+   Branch: ^/subversion/branches/1.8.x-r1567985
+   Justification:
+     This affects all threaded servers and gets more frequent when only small
+     caches like the 16MB default have been configured.  Once a thread enters
+     the infinite loop, all other threads in the same process will soon hang
+     as well.
+   Votes:
+     +1: stefan2, breser, philip