Author: brane Date: Thu Apr 2 04:40:47 2015 New Revision: 1670814 URL: http://svn.apache.org/r1670814 Log: * branches/1.9.x/STATUS: Approve the r1664938 group per the two-vote rule for bindings. Approve r1669749.
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=1670814&r1=1670813&r2=1670814&view=diff ============================================================================== --- subversion/branches/1.9.x/STATUS (original) +++ subversion/branches/1.9.x/STATUS Thu Apr 2 04:40:47 2015 @@ -29,29 +29,6 @@ Release blockers for 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), brane - - * r1669749 - Make the new svn_fs_dir_optimal_order use two pools. - Justification: - New code should use the two-pool paradigm. Hence, all new API should - allow users to do so. - Notes: - This is not strictly blocking 1.9 but if we don't merge it, we need to - revert it on /trunk as well. - Votes: - +1: stefan2, rhuijben - Other candidate changes: ======================== @@ -241,3 +218,26 @@ Veto-blocked changes: Approved changes: ================= + + * 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), brane + + * r1669749 + Make the new svn_fs_dir_optimal_order use two pools. + Justification: + New code should use the two-pool paradigm. Hence, all new API should + allow users to do so. + Notes: + This is not strictly blocking 1.9 but if we don't merge it, we need to + revert it on /trunk as well. + Votes: + +1: stefan2, rhuijben, brane