diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-07 13:51:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-07 13:51:52 (GMT) |
commit | f7c115f42a843e5543d8ba3e287eb9a08ab78467 (patch) | |
tree | a90becb4636cf1f659d004caf84cfdda4edc20c4 /release_docs | |
parent | 51a5d112ade5dd3de0b9e62a38ab4dc888bf5cf5 (diff) | |
parent | 78c4623235ea54ec2adc9d079e9f5c9e87f870ba (diff) | |
download | hdf5-f7c115f42a843e5543d8ba3e287eb9a08ab78467.zip hdf5-f7c115f42a843e5543d8ba3e287eb9a08ab78467.tar.gz hdf5-f7c115f42a843e5543d8ba3e287eb9a08ab78467.tar.bz2 |
Merge pull request #1177 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '78c4623235ea54ec2adc9d079e9f5c9e87f870ba':
HDFFV-10544 Improve JNI exception handling
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 26ec906..0ff3220 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. |