diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2010-09-21 19:55:18 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2010-09-21 19:55:18 (GMT) |
commit | 815c143300951a9723e041de9a5e21e3d28023de (patch) | |
tree | 55e97b7ba751412b6e9205f97881bff8fbddb2ea /release_docs/RELEASE.txt | |
parent | b57d5f8ad2af18b7b72affc72a5612a594dbbccf (diff) | |
download | hdf5-815c143300951a9723e041de9a5e21e3d28023de.zip hdf5-815c143300951a9723e041de9a5e21e3d28023de.tar.gz hdf5-815c143300951a9723e041de9a5e21e3d28023de.tar.bz2 |
[svn-r19464] Purpose: Fix bug 1864
Description:
Library versions 1.6.3 and earlier contain a bug which causes them to be unable
to perform certain operations on a group if that group's symbol table
information is not cached in the parent group's symbol table. Versions 1.8.0
to 1.8.5 did not cache this information. Modified library to cache this
information.
Tested: jam, amani, heiwa (h5committest)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8a11b24..4fb5396 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -125,6 +125,9 @@ Bug Fixes since HDF5-1.8.5 Library ------- + - Modified library to always cache symbol table information. Libraries + version 1.6.3 have a bug which causes them to require this information for + some operations. (NAF - 2010/09/21 - 1864) - Fixed a bug where the library could generate an assertion/core dump when a file that had been created with H5Pset_libver_bounds(fapl, H5F_LIBVER_LATEST, H5F_LIBVER_LATEST) but didn't have a superblock |