diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-25 16:32:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-25 16:32:23 (GMT) |
commit | ad4514ebee259eb8906cecd2c1fd2e20695fd6ea (patch) | |
tree | 8b7314b98574cec88b2a29eb2a377a4fc6baa26f /release_docs | |
parent | f0b0c35afb32fd7bb9370acdd01de0e1b3902fb6 (diff) | |
download | hdf5-ad4514ebee259eb8906cecd2c1fd2e20695fd6ea.zip hdf5-ad4514ebee259eb8906cecd2c1fd2e20695fd6ea.tar.gz hdf5-ad4514ebee259eb8906cecd2c1fd2e20695fd6ea.tar.bz2 |
HDFFV-10396 Add note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3f0ea92..bdf9b9a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -300,6 +300,16 @@ Bug Fixes since HDF5-1.10.1 release Tools ----- + - h5dump + + h5dump would output an indented blank line in the filters section. + + h5dump over used the h5tools_simple_prefix function, which is a + function intended to account for the data index (x,y,z) option. + Removed the function call for header information. + + (ADB - 2018/01/25, HDFFV-10396) + - h5repack h5repack incorrectly searched internal object table for name. |