diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-10 19:46:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-10 19:46:59 (GMT) |
commit | f92ccce1f9134ccb06c59278075403657392ee0c (patch) | |
tree | b53e15c8cdbd76a0e9697ee146f88c0cbd97662b /release_docs | |
parent | bd6de98d175b8fee9e7ba6a647a380a7b4295e1b (diff) | |
download | hdf5-f92ccce1f9134ccb06c59278075403657392ee0c.zip hdf5-f92ccce1f9134ccb06c59278075403657392ee0c.tar.gz hdf5-f92ccce1f9134ccb06c59278075403657392ee0c.tar.bz2 |
HDFFV-10297 merge from develop
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7c87c4c..3e2660d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -206,6 +206,17 @@ Bug Fixes since HDF5-1.10.0-patch1 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) + - Fix H5HL_offset_into() (1) Fix H5HL_offset_into() to return error when offset exceeds heap data @@ -301,6 +312,18 @@ Bug Fixes since HDF5-1.10.0-patch1 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 |