[svn-r7952] Purpose:

Bug snapshot version after creating tar file for user to test bugfix.
This commit is contained in:
Quincey Koziol
2003-12-13 15:10:36 -05:00
parent bbb4d22621
commit 7352b3a30f
10 changed files with 38 additions and 36 deletions

View File

@@ -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