diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-30 19:29:23 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-30 19:29:23 (GMT) |
commit | 2500eb54e392a10fb2a7d355f6e66443ad956c8b (patch) | |
tree | 7c75b200acaa21acc7db83b8670d192d75ff9d19 | |
parent | fc2f0aac414edb0af0e86c974fbbf680ab7452c3 (diff) | |
download | hdf5-2500eb54e392a10fb2a7d355f6e66443ad956c8b.zip hdf5-2500eb54e392a10fb2a7d355f6e66443ad956c8b.tar.gz hdf5-2500eb54e392a10fb2a7d355f6e66443ad956c8b.tar.bz2 |
[svn-r16001] h5diff: return 1 for file differences when both file graphs differ by any object.
+ Error return code was changed to 2 from -1. (PVN - 2008/10/30)
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9c82631..302c0b4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -101,6 +101,8 @@ New Features - h5diff: added support for long double (PVN - 2008/10/28) - h5dump: binary output defaults to NATIVE with -b optionally accepting the form of binary output (NATIVE, FILE, BE, LE). (PVN - 2008/10/30) + - h5diff: return 1 for file differences when both file graphs differ by any object. + Error return code was changed to 2 from -1. (PVN - 2008/10/30) |