diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-25 17:02:03 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-25 17:02:03 (GMT) |
commit | aa668a4f6438fc1eed958a8a27bad7795b2b383e (patch) | |
tree | eb29138db4d82958f5fe51e033e05a0a06ffe9bd /release_docs/RELEASE.txt | |
parent | 3c222141fdea094b32db56f53fd041a416e46727 (diff) | |
download | hdf5-aa668a4f6438fc1eed958a8a27bad7795b2b383e.zip hdf5-aa668a4f6438fc1eed958a8a27bad7795b2b383e.tar.gz hdf5-aa668a4f6438fc1eed958a8a27bad7795b2b383e.tar.bz2 |
[svn-r20334] Purpose:
Fixed CHICAGO: Bug 2121 - h5diff - incorrect and lack of output for the
different set of attributes (different number and names)
Description:
This is related to previous checkin r20294.
Add help page update for verbose option level feature, which displays
useful information about attribute difference with -v1, --verbose=1 -v2
or --verbose=2 option.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 6f5a73d..8f9652d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -189,6 +189,10 @@ New Features Tools: ------ + - h5diff: Added new level for -v (verbose) option. The new levels are + 1 and 2. So -v1 and -v2 can be specified to view more + information about attributes differences. + Bug#2121 (JKM 2011/3/23) - h5dump: Added new option --enable-error-stack. This option will display error stack information in the output stream. This is useful when the "h5dump: Unable to print data" message is output. |