diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-10-24 01:05:41 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-10-24 01:05:41 (GMT) |
commit | 220c8585e1af4bcff9595ff1506ad90b8c4a4736 (patch) | |
tree | 8b309320c988de13466acbbf9e56b294cf4fa972 /release_docs | |
parent | 53a8b67778122850eb960fd4f74cc42dee1baf11 (diff) | |
download | hdf5-220c8585e1af4bcff9595ff1506ad90b8c4a4736.zip hdf5-220c8585e1af4bcff9595ff1506ad90b8c4a4736.tar.gz hdf5-220c8585e1af4bcff9595ff1506ad90b8c4a4736.tar.bz2 |
[svn-r15941] Purpose: Close bug 1305.
Description: Added a new function, H5O_alloc_shrink_chunk, which removes all
null messages from a chunk and shrinks the chunk appropriately. Modified
H5O_merge_null to call this function when a null message is created with a size
>= 64k. Tests added for this functionality.
Tested: kagiso (h5committest on 1.8 version)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fa747a6..9709d34 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -117,6 +117,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed an error where a null message could be created that was larger + than could be written to the file. (NAF - 2008/10/23) - Corrected error with family/split/multi VFD not updating driver info when "latest" version of the file format used. (QAK - 2008/10/14) - Corrected alignment+threshold errors to work correctly when metadata |