diff options
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -861,6 +861,7 @@ ./src/H5MPprivate.h ./src/H5O.c ./src/H5Oattr.c +./src/H5Obogus.c ./src/H5Ocont.c ./src/H5Odtype.c ./src/H5Oefl.c @@ -975,6 +976,7 @@ ./test/tarray.c ./test/tarrold.h5 ./test/tattr.c +./test/tbogus.h5 ./test/tconfig.c ./test/testhdf5.c ./test/testhdf5.h diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index abe8f04..1f7a8e9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * Allow opening objects with unknown object header messages. + QAK - 2003/01/21 * Improved error assertion for nil VL strings, making it fails with error stack instead of just assertion failure. SLU - 2002/12/16 * Added two new API functions: H5Zunregister & H5Zfilter_avail. |