diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-06 14:39:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-06 14:39:44 (GMT) |
commit | 565ee9e7f927b95cdfcd3a157eaeeb1f609bc70b (patch) | |
tree | d6d2b5a6ff525a85889d6b97e87287fa5b51905a /release_docs | |
parent | 2f4832fe09e85d8ef083c50caa9b50913cdb5400 (diff) | |
download | hdf5-565ee9e7f927b95cdfcd3a157eaeeb1f609bc70b.zip hdf5-565ee9e7f927b95cdfcd3a157eaeeb1f609bc70b.tar.gz hdf5-565ee9e7f927b95cdfcd3a157eaeeb1f609bc70b.tar.bz2 |
HDFFV-10544 add release note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b40f8ed..531b60c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -163,6 +163,20 @@ 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 |