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 2015/03/21 22:48:03 UTC

svn commit: r1668326 - /subversion/branches/1.9.x/STATUS

Author: rhuijben
Date: Sat Mar 21 21:48:02 2015
New Revision: 1668326

URL: http://svn.apache.org/r1668326
Log:
* STATUS: Move nomination to the right group.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1668326&r1=1668325&r2=1668326&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Sat Mar 21 21:48:02 2015
@@ -18,6 +18,18 @@ Status of 1.9.0:
 1.9.0 candidate changes that cannot go into a later 1.9.x:
 ==========================================================
 
+ * r1664938, r1664939, r1664940, r1664978, r1664984
+   libsvn_javahl: wrap and unwrap java exceptions via svn_error_t
+   Justification:
+     This patch makes Java callbacks that throw errors report
+     their error to the subversion function that called them. This
+     allows this function to properly handle the error condition instead
+     of continuing as if nothing happened. If further callbacks are needed
+     during error handling these callbacks will now just work and Subversion
+     can ignore certain kinds of errors as needed, by just clearing the error.
+   Votes:
+     +1: rhuijben (not after 1.9.0)
+
 Other candidate changes:
 ========================
 
@@ -188,18 +200,6 @@ Other candidate changes:
    Votes:
      +1: rhuijben
 
- * r1664938, r1664939, r1664940, r1664978, r1664984
-   libsvn_javahl: wrap and unwrap java exceptions via svn_error_t
-   Justification:
-     This patch makes Java callbacks that throw errors report
-     their error to the subversion function that called them. This
-     allows this function to properly handle the error condition instead
-     of continuing as if nothing happened. If further callbacks are needed
-     during error handling these callbacks will now just work and Subversion
-     can ignore certain kinds of errors as needed, by just clearing the error.
-   Votes:
-     +1: rhuijben (not after 1.9.0)
-
 Veto-blocked changes:
 =====================