summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-08 21:47:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-08 21:47:36 (GMT)
commit4e67d9e074a2bb974a434a6f591884ef5e6a7199 (patch)
tree258726a43c1bf1b3add53516500a1fc8dbf9e012 /release_docs
parent4f8cf998eacfb07e85f7b0d024a1485a49486078 (diff)
downloadhdf5-4e67d9e074a2bb974a434a6f591884ef5e6a7199.zip
hdf5-4e67d9e074a2bb974a434a6f591884ef5e6a7199.tar.gz
hdf5-4e67d9e074a2bb974a434a6f591884ef5e6a7199.tar.bz2
HDFFV-10544 improve exception handling
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d0084ce..4b785e7 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -164,11 +164,25 @@ Bug Fixes since HDF5-1.10.2 release
Library
-------
+ - Java HDF5LibraryException class
+
+ The error minor and major values would be lost after the
+ constructor executed.
+
+ Created two local class variables to hold the values obtained during
+ execution of the constructor. Refactored the class functions to retrieve
+ the class values rather then calling the native functions.
+ The native functions were renamed and called only during execution
+ of the constructor.
+ Added error checking to calling class constructors in JNI classes.
+
+ (ADB - 2018/08/06, HDFFV-10544)
+
- H5Adelete
H5Adelete failed when deleting the last "large" attribute that
is stored densely via fractal heap/v2 b-tree.
-
+
After removing the attribute, update the ainfo message. If the
number of attributes goes to zero, remove the message.