summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-01-24 13:20:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-01-24 13:20:37 (GMT)
commitc6479425796b85e1310277fc721b7639311551a2 (patch)
treee3d0e67a32e8d9b533da869c770e7b44556cab71
parent271e4e4663c25b121e900cf24cacbd8617f0a1dd (diff)
downloadhdf5-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.
-rw-r--r--release_docs/RELEASE.txt7
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