diff options
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | RELEASE | 2 |
3 files changed, 9 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 ------ @@ -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 @@ -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 ------------- |