summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-19 19:01:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-19 19:01:14 (GMT)
commit6d50d98cda1cacc4f675837a9dc64e326bb1aa01 (patch)
treef4e14e56b5d99a30f2dccd4662ebcf70f4bdaa7c /release_docs
parent4644bd295a309bd578899a572ee9dd19b44c6c3f (diff)
parentde2ca6cf2d3d8361c70a6cefa30d28103d69cd4a (diff)
downloadhdf5-6d50d98cda1cacc4f675837a9dc64e326bb1aa01.zip
hdf5-6d50d98cda1cacc4f675837a9dc64e326bb1aa01.tar.gz
hdf5-6d50d98cda1cacc4f675837a9dc64e326bb1aa01.tar.bz2
Merge pull request #900 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'de2ca6cf2d3d8361c70a6cefa30d28103d69cd4a': Fix indentation HDFFV-10384 and includes cleanup merged from devlop
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4a0be05..0f32cbe 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -520,6 +520,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