diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-19 19:24:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-19 19:24:29 (GMT) |
commit | 4de5558a97b189ad889c7933644e8dc9fc8566c1 (patch) | |
tree | e58f040702ed568175aee577a698c6b85b871358 | |
parent | 905b1456abfc65ee370c64aea672442f5f3a7ecd (diff) | |
download | hdf5-4de5558a97b189ad889c7933644e8dc9fc8566c1.zip hdf5-4de5558a97b189ad889c7933644e8dc9fc8566c1.tar.gz hdf5-4de5558a97b189ad889c7933644e8dc9fc8566c1.tar.bz2 |
HDFFV-10384 merge from develop
-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 571afe4..3ab9fc0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -171,6 +171,18 @@ Bug Fixes since HDF5-1.8.20 ----- - 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 |