summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-15 14:17:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-15 14:17:39 (GMT)
commit5c3598db816979fc6bd930cfec842570bbdae665 (patch)
tree5c841fcb7f52034bee79f6ec4737ec19a89cbd28 /release_docs
parent944720428419f4eacf3560066c2c5034caf61b52 (diff)
downloadhdf5-5c3598db816979fc6bd930cfec842570bbdae665.zip
hdf5-5c3598db816979fc6bd930cfec842570bbdae665.tar.gz
hdf5-5c3598db816979fc6bd930cfec842570bbdae665.tar.bz2
HDFFV-10412 - Add note for new Java wrapper
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
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