diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-09-07 15:41:55 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-09-07 15:41:55 (GMT) |
commit | ad0134f2a6bbe271302b36856d6b9e2e0898264c (patch) | |
tree | a5295be9757527a5ef1db5d8b9e34fd283ec2d8f /release_docs | |
parent | c5bfe49ea68cb324f1ed608083de36071bbe2a24 (diff) | |
download | hdf5-ad0134f2a6bbe271302b36856d6b9e2e0898264c.zip hdf5-ad0134f2a6bbe271302b36856d6b9e2e0898264c.tar.gz hdf5-ad0134f2a6bbe271302b36856d6b9e2e0898264c.tar.bz2 |
[svn-r19354] 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.
Diffstat (limited to 'release_docs')
-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 dc2d398..807bf22 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -237,6 +237,9 @@ Bug Fixes since HDF5-1.8.0 release 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) - Fixed the bug in the filter's public CAN_APPLY function. The return value should be htri_t not herr_t (Bug #1239). (SLU - 2010/8/5) - Fixed a bug in the direct I/O driver that could render files with |