summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-11 15:23:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-11 15:23:55 (GMT)
commit12e832bd41afa4f000e12c6728b31f412c5b7565 (patch)
tree263a07f630e13d91319ae82c0808285e5d36da12
parent0c07376431a6882ee6b6d437a462796d758cb42c (diff)
downloadhdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.zip
hdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.tar.gz
hdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.tar.bz2
HDFFV-10297 add release note - fix test step
-rw-r--r--release_docs/RELEASE.txt23
-rw-r--r--test/CMakeTests.cmake2
2 files changed, 24 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d0de3ee..f924b36 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -132,7 +132,16 @@ Bug Fixes since HDF5-1.10.1 release
Library
-------
- -
+ - H5Zfilter_avail in H5Z.c
+
+ The public function checked for plugins, while the private
+ function did not.
+
+ Modified H5Zfilter_avail and private function, H5Z_filter_avail.
+ Moved check for plugin from public to private function. Updated
+ H5P__set_filter due to change in H5Z_filter_avail. Updated tests.
+
+ (ADB - 2017/10/10, HDFFV-10297)
Configuration
-------------
@@ -158,6 +167,18 @@ Bug Fixes since HDF5-1.10.1 release
-----
- h5repack
+ h5repack failed to copy a dataset with existing filter.
+
+ Reworked code for h5repack and h5diff code in tools library. Added
+ improved error handling, cleanup of resources and checks of calls.
+ Modified H5Zfilter_avail and private function, H5Z_filter_avail.
+ Moved check for plugin from public to private function. Updated
+ H5P__set_filter due to change in H5Z_filter_avail. Updated tests.
+
+ (ADB - 2017/10/10, HDFFV-10297)
+
+ - h5repack
+
h5repack always set the User Defined filter flag to H5Z_FLAG_MANDATORY.
Added another parameter to the 'UD=' option to set the flag by default
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index f4c52b6..61ac3d2 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -268,6 +268,7 @@ add_test (NAME H5TEST-clear-testhdf5-objects
tfile5.h5
tfile6.h5
tfile7.h5
+ tfilespace.h5
th5o_file
th5s1.h5
tselect.h5
@@ -334,6 +335,7 @@ else ()
tfile5.h5
tfile6.h5
tfile7.h5
+ tfilespace.h5
th5o_file
th5s1.h5
tselect.h5