diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-15 14:17:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-15 14:17:39 (GMT) |
commit | 5c3598db816979fc6bd930cfec842570bbdae665 (patch) | |
tree | 5c841fcb7f52034bee79f6ec4737ec19a89cbd28 /release_docs/RELEASE.txt | |
parent | 944720428419f4eacf3560066c2c5034caf61b52 (diff) | |
download | hdf5-5c3598db816979fc6bd930cfec842570bbdae665.zip hdf5-5c3598db816979fc6bd930cfec842570bbdae665.tar.gz hdf5-5c3598db816979fc6bd930cfec842570bbdae665.tar.bz2 |
HDFFV-10412 - Add note for new Java wrapper
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2dccdbd..35eaea4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -297,6 +297,14 @@ New Features Java Library: ---------------- + - Wrapper added for enabling the error stack. + + H5error_off would disable the error stack reporting. In order + to re-enable the reporting, the error stack info needs to be + saved so that H5error_on can revert state. + + (ADB - 2018/03/13, HDFFV-10412) + - Wrappers added for the following APIs: H5Pset_evict_on_close H5Pget_evict_on_close |