You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/07/19 18:04:19 UTC

svn commit: r1148422 - /subversion/branches/1.7.x/STATUS

Author: cmpilato
Date: Tue Jul 19 16:04:18 2011
New Revision: 1148422

URL: http://svn.apache.org/viewvc?rev=1148422&view=rev
Log:
Cast votes, approving some items.

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1148422&r1=1148421&r2=1148422&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Tue Jul 19 16:04:18 2011
@@ -51,23 +51,6 @@ Candidate changes:
                    libsvn_repos/libsvn_fs token validation bug, or both;
                    see dev@)
 
- * r1148071
-   Don't needlessly reparent a RA session to the repository root.
-   Justification:
-     Prevents possible issue #3242 'Subversion demands unnecessary access
-     to parent directories' problems.
-   Votes:
-     +1: pburba, rhuijben
-
- * r1148374
-   Silence a debug message in the DSO loading code.
-   Justification:
-     The message could lead to spurious test failures in some situations.
-     It is also confusing because it is printed without any context information.
-     (Normal library functions should never use stdio)
-   Votes:
-     +1: stsp, rhuijben
-
 Approved changes:
 =================
 
@@ -83,3 +66,20 @@ Approved changes:
      http://subversion.tigris.org/issues/show_bug.cgi?id=3957#desc8
    Votes:
      +1: pburba, rhuijben, philip
+
+ * r1148071
+   Don't needlessly reparent a RA session to the repository root.
+   Justification:
+     Prevents possible issue #3242 'Subversion demands unnecessary access
+     to parent directories' problems.
+   Votes:
+     +1: pburba, rhuijben, cmpilato
+
+ * r1148374
+   Silence a debug message in the DSO loading code.
+   Justification:
+     The message could lead to spurious test failures in some situations.
+     It is also confusing because it is printed without any context information.
+     (Normal library functions should never use stdio)
+   Votes:
+     +1: stsp, rhuijben, cmpilato