summaryrefslogtreecommitdiffstats
path: root/HISTORY
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-05 20:49:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-05 20:49:58 (GMT)
commit2225575b5815845cac897b548877447e77c13d91 (patch)
tree3107acb04337fa9fda29fda40f9810b3cc4cd6b7 /HISTORY
parentf0c798fe15721c982621c4be8539772f18c54d27 (diff)
downloadhdf5-2225575b5815845cac897b548877447e77c13d91.zip
hdf5-2225575b5815845cac897b548877447e77c13d91.tar.gz
hdf5-2225575b5815845cac897b548877447e77c13d91.tar.bz2
[svn-r2077] 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
------