summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-04-10 20:15:31 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-04-10 20:15:31 (GMT)
commit62859249447d0bf2bdc38c9fb04c66d8ae4a545a (patch)
tree8f8e46f83324fd89944fa15d0253a6cf90f3bcc4 /release_docs
parent8dba3d7b9c5b0744f79d66927b75674324e85259 (diff)
downloadhdf5-62859249447d0bf2bdc38c9fb04c66d8ae4a545a.zip
hdf5-62859249447d0bf2bdc38c9fb04c66d8ae4a545a.tar.gz
hdf5-62859249447d0bf2bdc38c9fb04c66d8ae4a545a.tar.bz2
[svn-r16731] 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 d7d56fd..bf68197 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -123,6 +123,8 @@ Bug Fixes since HDF5-1.8.2
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