diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-31 20:28:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-31 20:28:46 (GMT) |
commit | b0b020d422b493228c00449391552bdfc50a33c2 (patch) | |
tree | 533cef47407452cdbe7142de8cbc1ac615132c4e /release_docs | |
parent | 0d405bdfb29f6af66b10d213804a55b6e2cd4998 (diff) | |
download | hdf5-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.txt | 3 |
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. |