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 2010/06/17 19:27:25 UTC

svn commit: r955683 - /subversion/branches/1.6.x/STATUS

Author: philip
Date: Thu Jun 17 17:27:24 2010
New Revision: 955683

URL: http://svn.apache.org/viewvc?rev=955683&view=rev
Log:
* STATUS: vote and approve 1.6-issue3506-init_once

Modified:
    subversion/branches/1.6.x/STATUS

Modified: subversion/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=955683&r1=955682&r2=955683&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Thu Jun 17 17:27:24 2010
@@ -31,24 +31,6 @@ Candidate changes:
                    works correctly. I think the not interactive code path
                    needs the same fix).
 
- * r934599, r934603
-   Fix a concurrency issue in the FSFS rep-cache code.  This indirectly
-   concerns issue #3506.
-   Justification:
-     Thread safety.
-   Thread:
-     http://article.gmane.org/gmane.comp.version-control.subversion.devel/119483
-   Notes:
-     r934599 updates the svn_atomic__init_once() interface.
-     r934603 is the actual fix.
-   Notes:
-     Depends on the r879966 group, which does not merge cleanly.
-   Branch:
-     ^/subversion/branches/1.6.x-issue3506-init_once
-     (based on ^/subversion/branches/1.6.x-issue3506)
-   Votes:
-     +1: danielsh, hwright
-
  * r878590, r878607, r878625, r878626, r878627
    In trunk we optimized the common case of 'find-and-replace with same uri'
    of proxied content thanks to issue 3445 "WebDAV proxy code munging user
@@ -217,3 +199,21 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r934599, r934603
+   Fix a concurrency issue in the FSFS rep-cache code.  This indirectly
+   concerns issue #3506.
+   Justification:
+     Thread safety.
+   Thread:
+     http://article.gmane.org/gmane.comp.version-control.subversion.devel/119483
+   Notes:
+     r934599 updates the svn_atomic__init_once() interface.
+     r934603 is the actual fix.
+   Notes:
+     Depends on the r879966 group, which does not merge cleanly.
+   Branch:
+     ^/subversion/branches/1.6.x-issue3506-init_once
+     (based on ^/subversion/branches/1.6.x-issue3506)
+   Votes:
+     +1: danielsh, hwright, philip