summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-06 21:36:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-06 21:36:05 (GMT)
commitfc2c37e49c644b49da728d45e16541c9f3ba4983 (patch)
tree10e005ff27acf13c9722bafede027eeb27c57e0a /release_docs
parent8f4c9661cf90f5d71dffc26568fba1eb966dd3ac (diff)
parent52ebbcb063193e14aaf2ac83bdac517b6a41386a (diff)
downloadhdf5-fc2c37e49c644b49da728d45e16541c9f3ba4983.zip
hdf5-fc2c37e49c644b49da728d45e16541c9f3ba4983.tar.gz
hdf5-fc2c37e49c644b49da728d45e16541c9f3ba4983.tar.bz2
Merge pull request #566 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_19 to hdf5_1_8_19
* commit '52ebbcb063193e14aaf2ac83bdac517b6a41386a': Remove test entries Updated notes for test fixes and added bug fix for h5diff help text.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bfc29f3..3c9e533 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -143,7 +143,7 @@ New Features
Support for New Platforms, Languages, and Compilers
===================================================
-
+
- Added OpenMPI 2.0.1 compiled with GCC 4.9.3
@@ -209,10 +209,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)