summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-04-08 22:16:45 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-04-08 22:16:45 (GMT)
commitef77500b284962ce87126ed86186019431bcf119 (patch)
tree8d6339aa3d36938cc8205ad71e2426899f1f72f7 /release_docs
parent6f925167762871f0f1a416afdac25b5f1341aef4 (diff)
downloadhdf5-ef77500b284962ce87126ed86186019431bcf119.zip
hdf5-ef77500b284962ce87126ed86186019431bcf119.tar.gz
hdf5-ef77500b284962ce87126ed86186019431bcf119.tar.bz2
[svn-r16712] Purpose: Fix bug 1423
Description: Versions of the library between 1.3.0 and 1.6.3 have a bug which prevents them from opening any file that does not have the root group's symbol table information cached in the root group's entry in the superblock. Prior to 1.8 this was not an issue as this information was always cached. However, 1.8.0 stopped writing this information (which is not required by the file format specification), and these older versions can therefore not read files created or last written by versions 1.8.0 to 1.8.2. This fix modifies the library to once again add this information to the superblock (when using the old file format). Tested: jam, linew, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d45d3ee..c6efb48 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -123,8 +123,11 @@ Bug Fixes since HDF5-1.8.2
Library
-------
+ - 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
- Changed skip lists to use a deterministic algorithm. The library should
- now never call rand() or srand(). (NAF - 2009/04/08 - 503)
+ now never call rand() or srand(). NAF - 2009/04/08 - 503
- Fixed a bug where H5Lcopy and H5Lmove wouldn't create intermediate groups
when that property was set. NAF - 2009/04/07 - 1526
- Fixed a bug that caused files with a user block to grow by the size of the