diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-09-23 16:28:21 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-09-23 16:28:21 (GMT) |
commit | f1b33ea5788498597d86d051a328183e32f8c02c (patch) | |
tree | ec238ef8f65618ccbd2eb386258113ef1311ff40 | |
parent | cf451beffa0cc2df12b23bf6f5f37a702a88fb21 (diff) | |
download | hdf5-f1b33ea5788498597d86d051a328183e32f8c02c.zip hdf5-f1b33ea5788498597d86d051a328183e32f8c02c.tar.gz hdf5-f1b33ea5788498597d86d051a328183e32f8c02c.tar.bz2 |
[svn-r15685] New feature (h5diff -c)
-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 b0c6f61..b578744 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -73,6 +73,8 @@ New Features ----- - h5repack: add a userblock to an HDF5 file during the repack. (PVN - 2008/08/26) - h5repack: add 2 options that call H5Pset_alignment in the repacked file. (PVN - 2008/08/29) + - h5diff: new mode (-c contents), that checks if the objects in both files are + the same. (PVN - 2008/08/26) - h5ls: added capability to traverse through external links when the -r (recursive) flag is given. (NAF - 2008/09/16) |