diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-19 19:00:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-19 19:00:51 (GMT) |
commit | 9f2802f23cad8dd16f21b85c0dd9c97008a51f76 (patch) | |
tree | ba89ca90d4ad093fd8f2435dd5edc6fdc67b9d75 /release_docs | |
parent | a4cb96a34fa91d5abdc394f5c38e3bf98a0b071b (diff) | |
parent | 30166fed18a9b0754d56b3454176e3a5111a1e21 (diff) | |
download | hdf5-9f2802f23cad8dd16f21b85c0dd9c97008a51f76.zip hdf5-9f2802f23cad8dd16f21b85c0dd9c97008a51f76.tar.gz hdf5-9f2802f23cad8dd16f21b85c0dd9c97008a51f76.tar.bz2 |
Merge pull request #899 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '30166fed18a9b0754d56b3454176e3a5111a1e21':
Fix indentation
HDFFV-10384 Add opt arg to help
HDFFV-10384 Add optional arg to enable-error-stack
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 |