diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-31 20:58:37 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-31 20:58:37 (GMT) |
commit | 89f65fc97ee28270ee06978fcab2865dd345140e (patch) | |
tree | 81a56ed30e4d1106ef5b2ac7621f410d59a41edc /release_docs | |
parent | abcf30f232914c1ec9b8c5f2a3bb3a621af7bfe4 (diff) | |
download | hdf5-89f65fc97ee28270ee06978fcab2865dd345140e.zip hdf5-89f65fc97ee28270ee06978fcab2865dd345140e.tar.gz hdf5-89f65fc97ee28270ee06978fcab2865dd345140e.tar.bz2 |
HDFFV-9774 Add enable-error-stack argument to h5diff
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3f9e9c0..64015ba 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -96,7 +96,17 @@ New Features Tools: ------ - - + - h5diff + + h5diff has new option enable-error-stack. + + Updated h5diff with the --enable-error-stack argument, which + enables the display of the hdf5 error stack. This completes the + improvement to the main tools; h5copy, h5diff, h5dump, h5ls and + h5repack. + + (ADB - 2017/08/30, HDFFV-9774) + High-Level APIs: --------------- |