You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/03/16 18:30:33 UTC

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

Author: hwright
Date: Tue Mar 16 17:30:33 2010
New Revision: 923886

URL: http://svn.apache.org/viewvc?rev=923886&view=rev
Log:
*STATUS: Vote for (and approve) the r923674 group.

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=923886&r1=923885&r2=923886&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Tue Mar 16 17:30:33 2010
@@ -158,17 +158,6 @@ Candidate changes:
    Votes:
      +1: kameshj
 
- * r923674, r923679
-   Fix pool lifetime issue in the status walker.
-   Justification:
-     Without this patch externals information is kept in a per directory pool,
-     which is cleared when the status walker goes back to the parent
-     directory. The is_external_path() function then uses freed memory.
-   Branch:
-     ^/subversion/branches/1.6.x-issue3605
-   Votes:
-     +1: rhuijben, stsp
-
 Veto-blocked changes:
 =====================
 
@@ -216,3 +205,14 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r923674, r923679
+   Fix pool lifetime issue in the status walker.
+   Justification:
+     Without this patch externals information is kept in a per directory pool,
+     which is cleared when the status walker goes back to the parent
+     directory. The is_external_path() function then uses freed memory.
+   Branch:
+     ^/subversion/branches/1.6.x-issue3605
+   Votes:
+     +1: rhuijben, stsp, hwright