Author: rhuijben
Date: Tue Jun 9 07:07:44 2015
New Revision: 1684331
URL: http://svn.apache.org/r1684331
Log:
* STATUS: Cast some votes. Approve JavaHL fix.
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=1684331&r1=1684330&r2=1684331&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue Jun 9 07:07:44 2015
@@ -19,20 +19,6 @@ Release blockers for 1.9.0:
Candidate changes that cannot go into a later 1.9.x:
====================================================
- * r1684322
- Fix a minor omission in JavaHL's VersionExtended class:
- the dispose() and finalize() methods were missing.
- Justification:
- Without the dispose() method, the user of the VersionExtended
- class cannot avoid a memory leak in native memory.
- Note:
- VersionExtended is new in 1.9. If we release it without
- the dispose() and finalize() methods, the bug will have to
- persist to 1.10, because adding the methods would be
- a public API change.
- Votes:
- +1: brane
-
Other candidate changes:
========================
@@ -83,10 +69,25 @@ Other candidate changes:
Fixes a bug that was introduced in r1683311, which was
already merged to 1.9.x.
Votes:
- +1: brane
+ +1: brane, rhuijben
Veto-blocked changes:
=====================
Approved changes:
=================
+
+ * r1684322
+ Fix a minor omission in JavaHL's VersionExtended class:
+ the dispose() and finalize() methods were missing.
+ Justification:
+ Without the dispose() method, the user of the VersionExtended
+ class cannot avoid a memory leak in native memory.
+ Note:
+ VersionExtended is new in 1.9. If we release it without
+ the dispose() and finalize() methods, the bug will have to
+ persist to 1.10, because adding the methods would be
+ a public API change.
+ Votes:
+ +1: brane
+ +0.5: rhuijben (Change looks good; untested. Will test later today)