diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-02-27 17:06:50 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-02-27 17:06:50 (GMT) |
commit | d9836c44a6de1989870e81bbc914f14e365c50a3 (patch) | |
tree | df378020b59d906e412a5a154c530fd7a125d26c /release_docs/RELEASE.txt | |
parent | ee76c4fa94ad891e6fa85386bb029ec76da79087 (diff) | |
download | hdf5-d9836c44a6de1989870e81bbc914f14e365c50a3.zip hdf5-d9836c44a6de1989870e81bbc914f14e365c50a3.tar.gz hdf5-d9836c44a6de1989870e81bbc914f14e365c50a3.tar.bz2 |
[svn-r16524] Purpose: Fix bugs related to H5Dset_extent and fill values
Description:
In some situations it was possible for the fill value to not be written to parts
of a chunked dataset, particularly when extending and/or shrinking. Prior to
the fix for the chunk cache (1015) these bugs would have been exceedingly rare.
Tested: jam, smirom, linew (h5committest)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 a2879a9..85f04df 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -114,6 +114,8 @@ Bug Fixes since HDF5-1.8.2 Library ------- + - Fixed various bugs that could prevent the fill value from being written + in certain rare cases. NAF - 2009/02/26 - Fixed a bug that prevented more than one dataset chunk from being cached at a time. NAF - 2009/02/12 - Fixed an assertion failure caused by opening an attribute multiple times |