summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-10-24 01:04:28 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-10-24 01:04:28 (GMT)
commitd58e55cc92cfa93f18e559d646cbaadb4c19adf3 (patch)
treea09021e68a6e6e41eae2bfcf2d112be30c94738b /release_docs
parent2245e77948594fe7b773f304fc917fd2a43fc820 (diff)
downloadhdf5-d58e55cc92cfa93f18e559d646cbaadb4c19adf3.zip
hdf5-d58e55cc92cfa93f18e559d646cbaadb4c19adf3.tar.gz
hdf5-d58e55cc92cfa93f18e559d646cbaadb4c19adf3.tar.bz2
[svn-r15940] 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, linew, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 66c7015..4317d1a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -118,7 +118,9 @@ Bug Fixes since HDF5-1.8.1
Library
-------
- - Corrected error with family/split/multi VFD not updating driver info
+ - 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
aggregation is enabled. (QAK - 2008/10/06)