diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2010-03-09 18:19:42 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2010-03-09 18:19:42 (GMT) |
commit | 2ece0d878a28544a30dbbdce879fc4cc3ef58e6f (patch) | |
tree | 0bf248bd535bead2288ee24b4ccebc268f2f3b2d /release_docs/RELEASE.txt | |
parent | f139fe1c2dd6ae09e4d289b4a481f9da9fee1e2f (diff) | |
download | hdf5-2ece0d878a28544a30dbbdce879fc4cc3ef58e6f.zip hdf5-2ece0d878a28544a30dbbdce879fc4cc3ef58e6f.tar.gz hdf5-2ece0d878a28544a30dbbdce879fc4cc3ef58e6f.tar.bz2 |
[svn-r18395] Purpose: Fix links.c failure
Description:
The core file driver previously matched files only based on the name used to
open them, even when a backing store is used. This caused problems in the
failing test when it traversed an external link to itself, and did not recognize
that it was the same file. Similar tests in links.c were skipped when the core
file driver was used. The failure was previously masked by inappropriate file
flushes caused by external link traversal. Added code to the core file driver
to keep track of low level file information of the backings store to allow for
accurate recognition of duplicate files. Also re-enabled all links.c tests for
the core file driver.
Tested: Fedora (core and sec2 drivers; no time for full commit test, will
monitor daily tests)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 84c7cf7..a04b15c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -208,6 +208,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Files can now be concurrently opened more than once using the core file + driver, as long as the backing store is used. (NAF - 2010/03/09) - Added support for H5O_COPY_EXPAND_EXT_LINK_FLAG to H5Ocopy. External links will now be expanded if this flag is set. (NAF - 2010/03/05 - 1733) |