diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-22 17:59:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-22 17:59:48 (GMT) |
commit | 9ea358d971ae45698dba6794583a39c4023085ad (patch) | |
tree | 27db01c7d98066d4f50e1e34b4c56e726baa880b /release_docs | |
parent | 9f2802f23cad8dd16f21b85c0dd9c97008a51f76 (diff) | |
parent | 76a0003f96f8e1336062089380adc95f8b3dee56 (diff) | |
download | hdf5-9ea358d971ae45698dba6794583a39c4023085ad.zip hdf5-9ea358d971ae45698dba6794583a39c4023085ad.tar.gz hdf5-9ea358d971ae45698dba6794583a39c4023085ad.tar.bz2 |
Merge pull request #904 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '76a0003f96f8e1336062089380adc95f8b3dee56':
HDFFV-10412 update test ref files
HDFFV-10412 fix typo
HDFFV-10412 moved check back into normal path
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 e7186c5..4675423 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -310,6 +310,18 @@ Bug Fixes since HDF5-1.10.1 release 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. |