diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-19 12:18:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-19 12:18:37 (GMT) |
commit | c6ed9cbbae2ab01129261e3fcfa5b5dc927976ea (patch) | |
tree | ab0844aab779c1923058671aacb9a433fc24a388 /release_docs/RELEASE.txt | |
parent | 9881fa7e34444fdd064306c87d994063b27770cb (diff) | |
download | hdf5-c6ed9cbbae2ab01129261e3fcfa5b5dc927976ea.zip hdf5-c6ed9cbbae2ab01129261e3fcfa5b5dc927976ea.tar.gz hdf5-c6ed9cbbae2ab01129261e3fcfa5b5dc927976ea.tar.bz2 |
[svn-r7383] Purpose:
Bug fix
Description:
I/O on chunked datasets with a scalar dataspace for the memory dataspace
was not working correctly.
Solution:
Translate the scalar dataspace into a n-dimensional (where n is the number
of dimensions of the file's dataspace) dataspace of dimensions 1x1x1...
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest (modulo modi4 which is not working correctly)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 91a7447..340c479 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -73,6 +73,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Corrected bug when using scalar dataspace for memory selection and + operating on chunked dataset. QAK - 2003/08/18 - Corrected bugs with multiple '/' characters in names for H5Glink and H5Gunlink. QAK - 2003/08/16 - Corrected bug with user blocks that didn't allow a user block to |