diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-09-07 16:24:33 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-09-07 16:24:33 (GMT) |
commit | ba35fd9890468f40ed2cd5b38adc2dbb81c82f7e (patch) | |
tree | 75fbb4639fa328702836fe4eaab3736cb7a54f61 /release_docs/RELEASE.txt | |
parent | 071703613374d4e050ccc3ec754eca57368b3d55 (diff) | |
download | hdf5-ba35fd9890468f40ed2cd5b38adc2dbb81c82f7e.zip hdf5-ba35fd9890468f40ed2cd5b38adc2dbb81c82f7e.tar.gz hdf5-ba35fd9890468f40ed2cd5b38adc2dbb81c82f7e.tar.bz2 |
[svn-r19355] Quincey and I made H5Eset_current_stack also close the stack to be set. This is to
avoid H5Eclose_stack clearing the default stack. Please see bug 1799.
Tested on jam - simple change.
The changes to configure.in, tools/lib, config, c++/test, Makefile.am, and fortran
are only property changes from the merge.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e1382f4..c888ed6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -117,6 +117,9 @@ Bug Fixes since HDF5-1.8.5 Library ------- + - H5Eset_current_stack now also closes the error stack to be set as the + default. This is to avoid a potential problem (Bug 1799). + (SLU - 2010/9/7) - Corrected situation where 1-D chunked dataset could get created by an application without calling H5Pset_chunk(). H5Pset_chunk is now required for creating all chunked datasets. (QAK - 2010/09/02) |