summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-30 19:29:23 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-30 19:29:23 (GMT)
commit2500eb54e392a10fb2a7d355f6e66443ad956c8b (patch)
tree7c75b200acaa21acc7db83b8670d192d75ff9d19 /release_docs
parentfc2f0aac414edb0af0e86c974fbbf680ab7452c3 (diff)
downloadhdf5-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)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
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)