summaryrefslogtreecommitdiffstats
path: root/HISTORY
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 /HISTORY
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
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 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
------