diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-15 22:58:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-15 22:58:51 (GMT) |
commit | ebb3bb0cfc08f3674606d78ec8c18cb7132650cd (patch) | |
tree | b400ae8e03d83155de7fcb89c6cab91a2c6770ed /release_docs | |
parent | 84fdfb68636d3d52cb2187d0b095bebfb7330663 (diff) | |
download | hdf5-ebb3bb0cfc08f3674606d78ec8c18cb7132650cd.zip hdf5-ebb3bb0cfc08f3674606d78ec8c18cb7132650cd.tar.gz hdf5-ebb3bb0cfc08f3674606d78ec8c18cb7132650cd.tar.bz2 |
HDFFV-10384 Add opt arg to help
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c13b247..e7186c5 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -312,6 +312,18 @@ Bug Fixes since HDF5-1.10.1 release ----- - h5dump + the tools library will hide the error stack during file open. + + While this is preferable almost always, there are reasons to enable + display of the error stack when a tool will not open a file. Adding an + optional argument to the --enable-error-stack will provide this use case. + As an optional argument it will not affect the operation of the + --enable-error-stack. h5dump is the only tool to implement this change. + + (ADB - 2018/02/15, HDFFV-10384) + + - h5dump + h5dump would output an indented blank line in the filters section. h5dump overused the h5tools_simple_prefix function, which is a |