summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-15 14:42:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-15 14:42:52 (GMT)
commit429843a5b9299a6b93f4d3b28ff794ccb88fe950 (patch)
tree5c841fcb7f52034bee79f6ec4737ec19a89cbd28
parent944720428419f4eacf3560066c2c5034caf61b52 (diff)
parent5c3598db816979fc6bd930cfec842570bbdae665 (diff)
downloadhdf5-429843a5b9299a6b93f4d3b28ff794ccb88fe950.zip
hdf5-429843a5b9299a6b93f4d3b28ff794ccb88fe950.tar.gz
hdf5-429843a5b9299a6b93f4d3b28ff794ccb88fe950.tar.bz2
Merge pull request #962 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '5c3598db816979fc6bd930cfec842570bbdae665': HDFFV-10412 - Add note for new Java wrapper
-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