diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-22 17:37:06 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-22 17:37:06 (GMT) |
commit | 85590e85cbe38d4491e4d79e0c277bcfe81b8e4c (patch) | |
tree | 683fee796149e590a38d320ebce436416eb28212 /release_docs | |
parent | a4ea00337111da256d250618bd15d84758c94dce (diff) | |
download | hdf5-85590e85cbe38d4491e4d79e0c277bcfe81b8e4c.zip hdf5-85590e85cbe38d4491e4d79e0c277bcfe81b8e4c.tar.gz hdf5-85590e85cbe38d4491e4d79e0c277bcfe81b8e4c.tar.bz2 |
HDFFV-10412 merge from develop
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 3ab9fc0..5d01e13 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -169,6 +169,18 @@ Bug Fixes since HDF5-1.8.20 Tools ----- + - h5repack + + h5repack changes the chunk parameters when a change of layout is not + specified and a filter is applied. + + HDFFV-10297, HDFFV-10319 reworked code for h5repack and h5diff code + in the tools library. The check for an existing layout was incorrectly + placed into an if block and not executed. The check was moved into + the normal path of the function. + + (ADB - 2018/02/21, HDFFV-10412) + - h5dump the tools library will hide the error stack during file open. |