summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-06 16:00:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-06 16:00:48 (GMT)
commitfe7aaff8cc4b9675fc64995481f9ee8a26ea09e4 (patch)
treeb18daae9c259e2c71b3dbeab3527e46319783d60 /release_docs
parent51d31c5ff89f4cf9f1d29d994e5ab6594c3dbd1d (diff)
parent6e4c036d5dc476396428f4b044e23043a80e8df7 (diff)
downloadhdf5-fe7aaff8cc4b9675fc64995481f9ee8a26ea09e4.zip
hdf5-fe7aaff8cc4b9675fc64995481f9ee8a26ea09e4.tar.gz
hdf5-fe7aaff8cc4b9675fc64995481f9ee8a26ea09e4.tar.bz2
Merge pull request #1175 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '6e4c036d5dc476396428f4b044e23043a80e8df7': HDFFV-10544 Correct var name HDFFV-10544 remove native from class function HDFFV-10544 correct typo HDFFV-10544 add release note HDFFV-10544 add class name to error text HDFFV-10544 exception variable as local class Improve error handling of exceptions
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt14
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