diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-06-06 15:13:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-06-06 15:13:09 (GMT) |
commit | 518d5616e75d43c10d793df6bc570e10e8ecfba0 (patch) | |
tree | 55d8e9824f4fd411560ccd04efc92dee499689b3 /release_docs | |
parent | 5079dd8e1752685a2b6915b59272876feeff9403 (diff) | |
download | hdf5-518d5616e75d43c10d793df6bc570e10e8ecfba0.zip hdf5-518d5616e75d43c10d793df6bc570e10e8ecfba0.tar.gz hdf5-518d5616e75d43c10d793df6bc570e10e8ecfba0.tar.bz2 |
Updated notes for test fixes and added bug fix for h5diff help text.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index cfdf6b9..28352a9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -130,7 +130,7 @@ New Features Support for New Platforms, Languages, and Compilers =================================================== - + - Added OpenMPI 2.0.1 compiled with GCC 4.9.3 @@ -205,10 +205,19 @@ Bug Fixes since HDF5-1.8.18 - h5diff - h5diff did not report user-defined filter data differences correctly.. + h5diff help text about epsilon comparison was confusing. + + Changed h5diff help text to indicate that the 'a' refers to the + datapoint in file1 and 'b' refers to the datapoint value in file2. + + (ADB - 2017/05/16, HDFFV-9995) + + - h5diff + + h5diff did not report user-defined filter data differences correctly. Improved h5diff compare of user-defined filter data by reporting an - error if the user-defined filter plugin cannot be found.. + error if the user-defined filter plugin cannot be found. (ADB - 2017/01/18, HDFFV-9994) @@ -224,6 +233,19 @@ Bug Fixes since HDF5-1.8.18 (BMR - 2017/05/15, HDFFV-10156) +Test Fixes and Improvements +============ + + HDFFV-10120 Added checks for compression library requirements + before tests that require compression. + + HDFFV-10118 Filter test restricted to byte values to avoid issue + with data endianness. + + HDFFV-10112 Replaced C++ comments with C style comments in h5dumpgentest. + + + Supported Platforms =================== |