summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-12-31 20:28:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-12-31 20:28:46 (GMT)
commitb0b020d422b493228c00449391552bdfc50a33c2 (patch)
tree533cef47407452cdbe7142de8cbc1ac615132c4e /release_docs
parent0d405bdfb29f6af66b10d213804a55b6e2cd4998 (diff)
downloadhdf5-b0b020d422b493228c00449391552bdfc50a33c2.zip
hdf5-b0b020d422b493228c00449391552bdfc50a33c2.tar.gz
hdf5-b0b020d422b493228c00449391552bdfc50a33c2.tar.bz2
[svn-r8007] Purpose:
Bug fix Description: Range check the szip 'pixels per block' against the chunk size of the dataset when attempting to create a new dataset, since the szip library requires the PPB to be at least the size of the fastest changing dimension in the chunk. Platforms tested: FreeBSD 4.9 (sleipnir) too minor for 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 81b7a74..32ab48c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -93,6 +93,9 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Detect situation where szip 'pixels per block' is larger than the
+ fastest changing dimension of a dataset's chunk size and disallow
+ this (due to limits in szip library). QAK - 2003/12/31
- Fixed bug with flattened hyperslab selections that would generate
incorrect hyperslab information with certain high-dimensionality
combinations of start/stride/count/block information.