diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-25 21:47:31 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-25 21:47:31 (GMT) |
commit | bf558b6fbfda5e175befa9304da9cd75f1b44ddd (patch) | |
tree | 29e928bb51183e7cc39d80697e71fe43274b6dfb /release_docs/RELEASE.txt | |
parent | 16e46eecd8c72700c982c55daf919234dfd2e914 (diff) | |
download | hdf5-bf558b6fbfda5e175befa9304da9cd75f1b44ddd.zip hdf5-bf558b6fbfda5e175befa9304da9cd75f1b44ddd.tar.gz hdf5-bf558b6fbfda5e175befa9304da9cd75f1b44ddd.tar.bz2 |
[svn-r20350] Purpose:
Fixed CHICAGO: Bug 2121 - h5diff - incorrect and lack of output for the
different set of attributes (different number and names)
Description:
Merged from HDF5 trunk r20334.
This is related to previous checkin r20299.
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)
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 3eecbb9..69ce764 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -82,6 +82,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. |