diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-11 15:23:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-11 15:23:55 (GMT) |
commit | 12e832bd41afa4f000e12c6728b31f412c5b7565 (patch) | |
tree | 263a07f630e13d91319ae82c0808285e5d36da12 /release_docs | |
parent | 0c07376431a6882ee6b6d437a462796d758cb42c (diff) | |
download | hdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.zip hdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.tar.gz hdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.tar.bz2 |
HDFFV-10297 add release note - fix test step
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 23 |
1 files changed, 22 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 |