summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-07-27 20:41:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-07-27 20:41:57 (GMT)
commit8df0288b6d08d163b6c7ab010ba93b72ec346462 (patch)
tree8e82bfa40ba9b655afb19649ca8fbe30f2fc7bf1 /release_docs
parentf09aff4ee251529ed30facfc33073465f38f703d (diff)
downloadhdf5-8df0288b6d08d163b6c7ab010ba93b72ec346462.zip
hdf5-8df0288b6d08d163b6c7ab010ba93b72ec346462.tar.gz
hdf5-8df0288b6d08d163b6c7ab010ba93b72ec346462.tar.bz2
[svn-r8958] Purpose:
Bug fix Description: Always write fill values to chunks when initializing entire B-tree and any filters are defined. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6ff1171..c843dde 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -168,6 +168,10 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fixed bug where chunked datasets which have filters defined,
+ allocation time set to "late" and whose chunks don't align with
+ the dataspace bounds could have incorrect data stored when
+ overwriting the entire dataset on the first write. QAK - 2004/07/27
- Fixed bug in H5Sset_extent_simple where setting maximum size to
non-zero, then to zero would cause an error. JML - 2004/07/20
- Allow NULL pointer for buffer parameter to H5Dread & H5Dwrite