summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-04-10 20:07:14 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-04-10 20:07:14 (GMT)
commit456eb08b0a970757b9ae6d450fa0a41994180a55 (patch)
tree735bff1173ac3d5a7469c1a73d25eb5d0a076135 /release_docs
parent16f02e5e791e58cabec0f4f48cf51a3286cba463 (diff)
downloadhdf5-456eb08b0a970757b9ae6d450fa0a41994180a55.zip
hdf5-456eb08b0a970757b9ae6d450fa0a41994180a55.tar.gz
hdf5-456eb08b0a970757b9ae6d450fa0a41994180a55.tar.bz2
[svn-r16730] Purpose: Fix bug 1539b
Description: The H5L interface was not marked as uninitialized when H5L_term_interface was called. This caused the interface to not initialize itself later on. This prevented external links from working after calling H5close, because they were never re-registered. Tested: jam, smirom, linew (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d036d56..3a53feb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -142,6 +142,8 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Fixed a bug that prevented external links from working after calling
+ H5close(). (NAF - 2009/04/10 - 1539)
- Modified library to write cached symbol table information to the
superblock, to allow library versions 1.3.0 to 1.6.3 to read files
created by this version. (NAF - 2009/04/08 - 1423)