diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-03-13 21:44:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-03-13 21:44:18 (GMT) |
commit | f331bba32c0544567dce3bdeea53211e9777b1fe (patch) | |
tree | 98352ad8795dd63a661585c00e7bb300d8277e3b /release_docs | |
parent | 4982e156232a6f2b5f6c66bd31d7c997a5b606bc (diff) | |
download | hdf5-f331bba32c0544567dce3bdeea53211e9777b1fe.zip hdf5-f331bba32c0544567dce3bdeea53211e9777b1fe.tar.gz hdf5-f331bba32c0544567dce3bdeea53211e9777b1fe.tar.bz2 |
[svn-r14737] Description:
Fix bug which would incorrectly encode the member offsets for compound
datatypes whose size was between 256 & 511 bytes, when the "use the latest
format" feature was enabled.
Tested on:
Mac OS X/32 10.5.2 (amazon) w/debug
FreeBSD/32 6.2 (duty) w/production
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3139f74..e2da949 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -91,6 +91,11 @@ Bug Fixes since HDF5-1.8.0 Library ------- + - Fixed possible file corruption bug when encoding datatype + descriptions for compound datatypes whose size was between + 256 & 511 bytes and the file was opened with the "use the + latest format" property enabled (with H5Pset_libver_bounds). + (QAK - 2008/03/13) - Fixed bug in H5Aget_num_attrs() routine to handle invalid location ID correctly. (QAK - 2008/03/11) |