You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/08/16 18:28:23 UTC

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

Author: rhuijben
Date: Tue Aug 16 16:28:22 2011
New Revision: 1158356

URL: http://svn.apache.org/viewvc?rev=1158356&view=rev
Log:
* STATUS: Cast some votes

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=1158356&r1=1158355&r2=1158356&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Tue Aug 16 16:28:22 2011
@@ -147,18 +147,6 @@ Candidate changes:
    Votes:
      +1: rhuijben
 
- * r1155044, r1155313, r1155334
-   Make the ctypes-python bindings tests run properly, by clearing the pool
-   in which the repository was opened so that the rep-cache DB doesn't stay
-   open when the repo is deleted and recreated for each test.
-   Justification:
-     It's good to be able to test what we're releasing.
-   Notes:
-     I don't know whether this was failing on every platform; I suspect not.
-   Votes:
-     +1: julianfoad (r1155044 only)
-     +1: danielsh
-
  * r1155131
    Cleanup the xml parser in serf in unexpected conditions.
    Justification:
@@ -187,15 +175,6 @@ Candidate changes:
    Votes:
      +1: philip, rhuijben
 
- * r1156216, r1156312, r1156717, r1156721, r1156750, r1156827, r1156838
-   Fix issue #3986 'svn_client_mergeinfo_log API is broken'.
-   Justification:
-     svn_client_mergeinfo_log gives the wrong answer in some basic use cases.
-     This is a regression from 1.6.  Bugs in private APIs could lead to other
-     bugs.
-   Votes:
-     +1: pburba, markphip
-
 *  r1157416
    Fix problem with a missing JavaHL class from package renaming.
    Justification:
@@ -298,3 +277,25 @@ Approved changes:
    swig-py: Document ChangeCollector.
    Votes:
      +1: danielsh, arfrever
+
+ * r1156216, r1156312, r1156717, r1156721, r1156750, r1156827, r1156838
+   Fix issue #3986 'svn_client_mergeinfo_log API is broken'.
+   Justification:
+     svn_client_mergeinfo_log gives the wrong answer in some basic use cases.
+     This is a regression from 1.6.  Bugs in private APIs could lead to other
+     bugs.
+   Votes:
+     +1: pburba, markphip, rhuijben
+
+ * r1155044, r1155313, r1155334
+   Make the ctypes-python bindings tests run properly, by clearing the pool
+   in which the repository was opened so that the rep-cache DB doesn't stay
+   open when the repo is deleted and recreated for each test.
+   Justification:
+     It's good to be able to test what we're releasing.
+   Notes:
+     I don't know whether this was failing on every platform; I suspect not.
+   Votes:
+     +1: julianfoad (r1155044 only)
+     +1: danielsh
+     +0: rhuijben (reviewed, not tested)