summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-07-27 20:41:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-07-27 20:41:59 (GMT)
commit33cf994614492333c66ffe7e4b3cdd2c2f1eda88 (patch)
treea3500d4cdbb49b78a9de8d3a4a31ee92f5d52ed8 /release_docs
parent1b77f23dc2da2e1ab858af84694bb1519352911f (diff)
downloadhdf5-33cf994614492333c66ffe7e4b3cdd2c2f1eda88.zip
hdf5-33cf994614492333c66ffe7e4b3cdd2c2f1eda88.tar.gz
hdf5-33cf994614492333c66ffe7e4b3cdd2c2f1eda88.tar.bz2
[svn-r8959] 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 a04f360..22eae7a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -101,6 +101,10 @@ Bug Fixes since HDF5-1.6.2 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