diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-03-23 17:35:21 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-03-23 17:35:21 (GMT) |
commit | 436bfedcbd1152e9aa47d50f9d8ad78817488ce1 (patch) | |
tree | fb9680fea88b16f0c6d5015a2c69cda199342cd5 /release_docs | |
parent | b9107945836bf3fe289881175fe69636d1853cbc (diff) | |
download | hdf5-436bfedcbd1152e9aa47d50f9d8ad78817488ce1.zip hdf5-436bfedcbd1152e9aa47d50f9d8ad78817488ce1.tar.gz hdf5-436bfedcbd1152e9aa47d50f9d8ad78817488ce1.tar.bz2 |
Update RELEASE.txt based on review comments from pull request.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5dcc2ac..fba5259 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -151,7 +151,10 @@ New Features Tools: ------ - - + - Add options to h5clear: + -s: clear the status_flags field in the file's superblock + -m: Remove the metadata cache image from the file + (Pull Request #361 QK 2017/03/22) High-Level APIs: --------------- @@ -190,9 +193,6 @@ Bug Fixes since HDF5-1.10.0-patch1 release from the file location of an attribute with that committed datatype. (HDFFV-9940 VC 2016/07/03, 2016/07/06) - - Fix for h5format_convert daily test failures when --enable-using-memchecker. - (svn-r30009 VC 2016/06/03) - - (a) Throw an error instead of assertion when v1 btree level hits the 1 byte limit. (b) Modifications to better handle error recovery when conversion by h5format_convert fails. @@ -412,10 +412,6 @@ The following platforms are not supported but have been tested for this release. Known Problems ============== -* hl/tools/h5watch tests are skipped temporarily because there are random - test failures. Further investigation is needed. - (Pull request #241 VC - 2017/01/10) - * "make check" fails on CYGWIN when building shared lib files is enabled. The default on Cygwin has been changed to disable shared. It can be enabled with the --enable-shared configure option but is likely to fail "make check" |