summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-07-28 03:22:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-07-28 03:22:12 (GMT)
commitae0ae159563f4d284b4062f0c838f7c91d38f338 (patch)
tree79c055e152a7dfb1452bcd51f65e0b0a96f48a4f /release_docs
parent4c7a64cc7381fe1ad8620c4def738bd7691ef490 (diff)
downloadhdf5-ae0ae159563f4d284b4062f0c838f7c91d38f338.zip
hdf5-ae0ae159563f4d284b4062f0c838f7c91d38f338.tar.gz
hdf5-ae0ae159563f4d284b4062f0c838f7c91d38f338.tar.bz2
[svn-r8962] Purpose:
Bug fix Description: Allow I/O on extendible chunked datasets with (currently) zero-sized dimensions to proceed harmlessly instead of dumping core on an assertion. Solution: Removed assertion and added checks to avoid problem situation in H5TB_end Platforms tested: FreeBSD 4.10 (sleipnir) w/ & w/o parallel Too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c843dde..6e9e897 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -168,6 +168,9 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fixed bug where I/O to an extendible chunked dataset with zero-sized
+ dimensions would cause library to fail an assertion.
+ QAK - 2004/07/27
- 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