diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2010-03-05 17:24:17 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2010-03-05 17:24:17 (GMT) |
commit | 179b54da83f293948a531afd6b59e676df7a60e7 (patch) | |
tree | f57b410bccb7fa311043f7a4451f4ca11d8463d7 /release_docs | |
parent | 3a06e04ac5abb30d241118b83e2fc280e981a0b3 (diff) | |
download | hdf5-179b54da83f293948a531afd6b59e676df7a60e7.zip hdf5-179b54da83f293948a531afd6b59e676df7a60e7.tar.gz hdf5-179b54da83f293948a531afd6b59e676df7a60e7.tar.bz2 |
[svn-r18374] 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 a12ed6a..1e845e3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -208,6 +208,8 @@ Bug Fixes since HDF5-1.8.0 release 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) |