diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-05 20:49:58 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-05 20:49:58 (GMT) |
commit | 2225575b5815845cac897b548877447e77c13d91 (patch) | |
tree | 3107acb04337fa9fda29fda40f9810b3cc4cd6b7 /HISTORY | |
parent | f0c798fe15721c982621c4be8539772f18c54d27 (diff) | |
download | hdf5-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-- | HISTORY | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ------ |