diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-01-24 13:20:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-01-24 13:20:37 (GMT) |
commit | c6479425796b85e1310277fc721b7639311551a2 (patch) | |
tree | e3d0e67a32e8d9b533da869c770e7b44556cab71 /release_docs/RELEASE.txt | |
parent | 271e4e4663c25b121e900cf24cacbd8617f0a1dd (diff) | |
download | hdf5-c6479425796b85e1310277fc721b7639311551a2.zip hdf5-c6479425796b85e1310277fc721b7639311551a2.tar.gz hdf5-c6479425796b85e1310277fc721b7639311551a2.tar.bz2 |
[svn-r14454] Description:
Update the release notes with comment about addressing the "AURA format
corruption" bug.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 09847fc..1c4908c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -633,6 +633,13 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Changed library's behavior for reading files that might have + corrupted object header information from a previous (buggy) + version of the library. By default, the library now rebuilds the + correct object header information instead of issuing an error. + Previous "strict" file format interpretation can be enabled with + the "--enable-strict-format-checks" configure option. + QAK - 2008/01/13 - Fixed several bugs with writing fill values for datasets that have a variable-length datatype or component datatype. QAK - 2007/06/19 - STDIO driver didn't support files bigger than 2GB because the OFFSET |