diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2010-03-05 17:46:56 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2010-03-05 17:46:56 (GMT) |
commit | 3b921a4b4f651ec07b69502b3d42ab5799e0038a (patch) | |
tree | 22c80156cd19e6f1114c26ab5761112f94659c09 /release_docs | |
parent | 81896b337eacd9333a8cfc45676e1f6be0d08436 (diff) | |
download | hdf5-3b921a4b4f651ec07b69502b3d42ab5799e0038a.zip hdf5-3b921a4b4f651ec07b69502b3d42ab5799e0038a.tar.gz hdf5-3b921a4b4f651ec07b69502b3d42ab5799e0038a.tar.bz2 |
[svn-r18375] Purpose: Fix bugs involving external links
Description:
Previously, the library would reopen the source file when traversing an external
link if unable to find the target file otherwise. This has been corrected.
Also moved the call to H5F_flush from H5F_try_close to H5F_dest, so the file is
only flushed when the last identifier for the file is closed. This prevernts
situations where the library could attempt to flush a file with protected
metadata.
Tested: jam, amani, linew (h5committest); Fedora
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8cb314f..c728283 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -115,6 +115,8 @@ Bug Fixes since HDF5-1.8.4 Library ------- + - Fixed a bug where the library, when traversing an external link, would + reopen the source file if nothing else worked. (NAF - 2010/03/05) - Fixed an intermittent bug in the b-tree code which could be triggered by expanding and shrinking chunked datasets in certain ways. (NAF - 2010/02/16) |