You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/07/15 13:55:42 UTC

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

Author: stefan2
Date: Mon Jul 15 11:55:41 2013
New Revision: 1503190

URL: http://svn.apache.org/r1503190
Log:
* STATUS:
  vote for r1501656 group
  vote for & approve r1502577 and the r1502909 group
  

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=1503190&r1=1503189&r2=1503190&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Jul 15 11:55:41 2013
@@ -78,7 +78,7 @@ Candidate changes:
    Justification:
      Our build system should work properly.
    Votes:
-     +1: breser
+     +1: breser, stefan2
 
  * r1502267
    Enforce strict version equality between cmdline tools and libraries.
@@ -93,13 +93,6 @@ Candidate changes:
    Votes:
      +1: danielsh
 
- * r1502577
-   Change malfunctions to errors.
-   Justification:
-     There is no reason to invoke malfunction_handler in those failure modes.
-   Votes:
-     +1: danielsh, gstein
-
  * r1502401, r1502674
    Implement the tristate version of http-chunked-request.
    Branch: ^/subversion/branches/1.8.x-tristate-chunked-request
@@ -124,19 +117,6 @@ Candidate changes:
    Votes:
      +1: rhuijben, stefan2
 
- * r1502909, r1502952
-   Make ra_svn sessions reusable after a log callback uses the
-   SVN_ERR_CEASE_INVOCATION error.
-   Justification:
-     Without this patch a new session would be required for each of these
-     usages.
-     Required by the r1468980 group.
-   Notes:
-     Reads the remaining data before returning, but avoids processing
-     the data where possible.
-   Votes:
-     +1: rhuijben, danielsh, stefan2
-
  * r1468980, r1478987, r1502811
    Reduce the number of ra sessions for automatic merge calculations to two.
    Justification:
@@ -204,6 +184,26 @@ Veto-blocked changes:
 Approved changes:
 =================
 
+ * r1502577
+   Change malfunctions to errors.
+   Justification:
+     There is no reason to invoke malfunction_handler in those failure modes.
+   Votes:
+     +1: danielsh, gstein, stefan2
+
+ * r1502909, r1502952
+   Make ra_svn sessions reusable after a log callback uses the
+   SVN_ERR_CEASE_INVOCATION error.
+   Justification:
+     Without this patch a new session would be required for each of these
+     usages.
+     Required by the r1468980 group.
+   Notes:
+     Reads the remaining data before returning, but avoids processing
+     the data where possible.
+   Votes:
+     +1: rhuijben, danielsh, stefan2
+
  * r1503009
    Short-circuit the UTF-8 conversion when the source encoding is UTF-8.
    Justification: