diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-07-07 23:12:51 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-07-07 23:12:51 (GMT) |
commit | 5e69ec06ff42f52af5ccfef3855ae0b40c6a6e9a (patch) | |
tree | 9fdfdfec1bfd1702a34947be99878570e645fab6 /release_docs | |
parent | 77108909d0498ac5667712c919611cbbdc268585 (diff) | |
download | hdf5-5e69ec06ff42f52af5ccfef3855ae0b40c6a6e9a.zip hdf5-5e69ec06ff42f52af5ccfef3855ae0b40c6a6e9a.tar.gz hdf5-5e69ec06ff42f52af5ccfef3855ae0b40c6a6e9a.tar.bz2 |
[svn-r21072] Purpose:
Work for HDFFV-7600 - GMQS: h5diff - argument options -d, -p and --use-system-epsilon should be mutually exclusive.
Description:
Fixed h5diff to display instructive error message and exit with 1
when mutually exclusive options (-d, -p and --use-system-epsilon)
are used together.
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 383aac3..a8b0ba4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -542,6 +542,9 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Fixed h5diff to display instructive error message and exit with 1 + when mutually exclusive options (-d, -p and --use-system-epsilon) + are used together. HDFFV-7600 (JKM 07/07/2011) - Fixed h5dump to display the first line of each element into correct position for multiple dimention array type. Before this fix, the first line of each element in array were |