diff options
-rw-r--r-- | MANIFEST | 56 | ||||
-rw-r--r-- | RELEASE.txt | 1 |
2 files changed, 57 insertions, 0 deletions
@@ -1124,3 +1124,59 @@ ./tools/testfiles/Expected/vg_nameclash.h5 ./tools/testfiles/Expected/vg_nameclash2.h5 ./tools/testfiles/Expected/vg_simple.h5 + +#additional test input and output for h5dump XML +./tools/testfiles/tall.h5.xml +./tools/testfiles/tarray1.h5.xml +./tools/testfiles/tarray2.h5.xml +./tools/testfiles/tarray3.h5.xml +./tools/testfiles/tarray6.h5.xml +./tools/testfiles/tarray7.h5.xml +./tools/testfiles/tattr.h5.xml +./tools/testfiles/tbitfields.h5.xml +./tools/testfiles/tcompound.h5.xml +./tools/testfiles/tcompound2.h5.xml +./tools/testfiles/tdatareg.h5.xml +./tools/testfiles/tdset.h5.xml +./tools/testfiles/tdset2.h5.xml +./tools/testfiles/tempty.h5.xml +./tools/testfiles/tenum.h5.xml +./tools/testfiles/tgroup.h5.xml +./tools/testfiles/thlink.h5.xml +./tools/testfiles/tloop.h5.xml +./tools/testfiles/tloop2.h5.xml +./tools/testfiles/tmany.h5.xml +./tools/testfiles/tname-amp.h5 +./tools/testfiles/tname-amp.h5.xml +./tools/testfiles/tname-apos.h5 +./tools/testfiles/tname-apos.h5.xml +./tools/testfiles/tname-gt.h5 +./tools/testfiles/tname-gt.h5.xml +./tools/testfiles/tname-lt.h5 +./tools/testfiles/tname-lt.h5.xml +./tools/testfiles/tname-quot.h5 +./tools/testfiles/tname-quot.h5.xml +./tools/testfiles/tname-sp.h5 +./tools/testfiles/tname-sp.h5.xml +./tools/testfiles/tnestedcomp.h5.xml +./tools/testfiles/tnodata.h5 +./tools/testfiles/tnodata.h5.xml +./tools/testfiles/tobjref.h5.xml +./tools/testfiles/topaque.h5.xml +./tools/testfiles/tref-escapes-at.h5 +./tools/testfiles/tref-escapes-at.h5.xml +./tools/testfiles/tref-escapes.h5 +./tools/testfiles/tref-escapes.h5.xml +./tools/testfiles/tref.h5 +./tools/testfiles/tref.h5.xml +./tools/testfiles/tsaf.h5.xml +./tools/testfiles/tslink.h5.xml +./tools/testfiles/tstr.h5.xml +./tools/testfiles/tstr2.h5.xml +./tools/testfiles/tstring-at.h5 +./tools/testfiles/tstring-at.h5.xml +./tools/testfiles/tstring.h5 +./tools/testfiles/tstring.h5.xml +./tools/testfiles/tvldtypes1.h5.xml +./tools/testfiles/tvldtypes2.h5.xml +./tools/testfiles/tvldtypes3.h5.xml diff --git a/RELEASE.txt b/RELEASE.txt index 0830d87..b07a804 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -380,6 +380,7 @@ Bug Fixes since HDF5-1.4.0 Release slower I/O than necessary. * Fixed bug where non-aligned hyperslab I/O on chunked datasets was causing errors during I/O + * Implemented XML support in h5dump. Documentation |