summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-12-13 20:10:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-12-13 20:10:36 (GMT)
commit7352b3a30f9e41b5720fcc8bb1005f82ee44d423 (patch)
treeb66cd8c45228dedce595776e945952a8af7575de /doc
parentbbb4d22621213e8a0fcb4cfbe20622acda741ac3 (diff)
downloadhdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.zip
hdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.tar.gz
hdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.tar.bz2
[svn-r7952] Purpose:
Bug snapshot version after creating tar file for user to test bugfix.
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 98301c5..fd113f6 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.1-post6 released on Sat Dec 13 13:17:43 CST 2003
+HDF5 version 1.6.1-post7 released on Sat Dec 13 15:09:02 CST 2003
================================================================================
@@ -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