summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-05 20:51:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-05 20:51:10 (GMT)
commit88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a (patch)
tree4ad47157370d4e69cd84deef48f11a4a800cbdab
parent170a650b2f3802715eeb06befce05cf151bda4c2 (diff)
downloadhdf5-88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a.zip
hdf5-88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a.tar.gz
hdf5-88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a.tar.bz2
[svn-r2080] Added information about the H5Giterate bug fixed & added the new test module
(test/titerate.c) to the MANIFEST
-rw-r--r--HISTORY6
-rw-r--r--MANIFEST1
-rw-r--r--RELEASE2
3 files changed, 9 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b87a77a..ba0db94 100644
--- a/HISTORY
+++ b/HISTORY
@@ -57,6 +57,12 @@ Library
their regions retrieved correctly.
* Added internal free-lists to reduce memory required by the library and
H5garbage_collect API function
+ * Fixed error in H5Giterate which was not updating the "index" parameter
+ correctly.
+
+Tools
+------
+ * Added additional tests for group and attribute iteration.
Tools
------
diff --git a/MANIFEST b/MANIFEST
index c05ec08..2b0e77f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -396,6 +396,7 @@
./test/tfile.c
./test/th5s.c
./test/th5s.h5
+./test/titerate.c
./test/tmeta.c
./test/trefer.c
./test/tselect.c
diff --git a/RELEASE b/RELEASE
index 7d31549..287c424 100644
--- a/RELEASE
+++ b/RELEASE
@@ -49,6 +49,8 @@ Library
their regions retrieved correctly.
* Added internal free-lists to reduce memory required by the library and
H5garbage_collect API function
+ * Fixed error in H5Giterate which was not updating the "index" parameter
+ correctly.
Configuration
-------------