Author: brane
Date: Tue Jun  9 06:41:23 2015
New Revision: 1684323

URL: http://svn.apache.org/r1684323
Log:
* branches/1.9.x/STATUS: Propose r1684322.

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=1684323&r1=1684322&r2=1684323&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue Jun  9 06:41:23 2015
@@ -19,6 +19,20 @@ 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:
 ========================
 


Reply via email to