summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-22 17:36:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-22 17:36:41 (GMT)
commitbb27f1441f40456213af7b86704182737812c314 (patch)
treecb7b444642dfaab2a404dd6136278db46486b02a /release_docs
parent6d50d98cda1cacc4f675837a9dc64e326bb1aa01 (diff)
downloadhdf5-bb27f1441f40456213af7b86704182737812c314.zip
hdf5-bb27f1441f40456213af7b86704182737812c314.tar.gz
hdf5-bb27f1441f40456213af7b86704182737812c314.tar.bz2
HDFFV-10412 merge from develop
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 0f32cbe..3110f8c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -518,6 +518,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.