diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-31 19:19:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-31 19:19:18 (GMT) |
commit | 7bcc111c2b0db85b21c229dcf1e1f7a82f27b2fc (patch) | |
tree | 44c5a5f57689a65989e1d84504688b3db981fd31 /release_docs/RELEASE.txt | |
parent | 738e808d262a79d43a4697bb731c5d2961a006a2 (diff) | |
download | hdf5-7bcc111c2b0db85b21c229dcf1e1f7a82f27b2fc.zip hdf5-7bcc111c2b0db85b21c229dcf1e1f7a82f27b2fc.tar.gz hdf5-7bcc111c2b0db85b21c229dcf1e1f7a82f27b2fc.tar.bz2 |
[svn-r8000] Purpose:
Bug fix
Description:
Fixed bug in hyperslab iteration where certain combinations of flattened
and non-flattened dimensions would cause incorrect locations to be iterated
over.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c2e23dd..81b7a74 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -93,6 +93,10 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed bug with flattened hyperslab selections that would generate + incorrect hyperslab information with certain high-dimensionality + combinations of start/stride/count/block information. + QAK - 2003/12/31 - Fixed bug with variable-length datatypes used in compound datatypes. SLU - 2003/12/29 - Fixed bug in parallel I/O routines that would cause reads from |