summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-12-13 20:08:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-12-13 20:08:11 (GMT)
commitbbb4d22621213e8a0fcb4cfbe20622acda741ac3 (patch)
treeb6d886a23e3187de006120099090a766129c39ad /release_docs/RELEASE.txt
parent1214d6e3043820e1fda350e0e667c53239fa0c92 (diff)
downloadhdf5-bbb4d22621213e8a0fcb4cfbe20622acda741ac3.zip
hdf5-bbb4d22621213e8a0fcb4cfbe20622acda741ac3.tar.gz
hdf5-bbb4d22621213e8a0fcb4cfbe20622acda741ac3.tar.bz2
[svn-r7951] Purpose:
Bug fix Description: Attributes which were created with scalar dataspaces were reporting their dataspace as a simple dataspace when queried later. Solution: Fix the dataspace handling code when reading in the attribute message from the file to set the extent type correctly. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 98301c5..d592401 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -71,9 +71,11 @@ Bug Fixes since HDF5-1.6.1 release
Library
-------
+ - Fixed bug where scalar dataspaces for attributes were reporting as
+ simple dataspaces. QAK - 2003/12/13
- Fixed problem with selection offsets of hyperslab selections in
chunked datasets causing the library to go into an infinite loop.
- QAK - 2003/12/06
+ QAK - 2003/12/13
- Fixed H5Giterate to avoid re-using index parameter after iteration
callback has been called (allows iteration callback to modify the
index parameter itself). QAK - 2003/12/06