From c899351124f97cdbeaa2b415765518bc22c0d1fd Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 25 Oct 2017 15:10:52 -0500 Subject: HDFFV-10297 - clarify note. --- release_docs/RELEASE.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index dbf1421..1af6d23 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -223,7 +223,7 @@ Bug Fixes since HDF5-1.10.0-patch1 release block size. (2) Fix other places in the library that call this routine to detect error routine. - + (HDFFV-10216, VC, 2017/08/30) - Fixes for paged aggregation @@ -247,7 +247,7 @@ Bug Fixes since HDF5-1.10.0-patch1 release The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing - the infinite looping. + the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0. @@ -319,7 +319,10 @@ Bug Fixes since HDF5-1.10.0-patch1 release 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. - Note that the output display of h5repack has changed. + Note, h5repack output display has changed to clarify the individual + steps of the repack process. The output indicates if an operation + applies to all objects. Lines with notation and no information + has removed. (ADB - 2017/10/10, HDFFV-10297) @@ -344,7 +347,7 @@ Bug Fixes since HDF5-1.10.0-patch1 release - h5repack - Add tests to h5repack.sh.in to verify options added for paged + Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected. (VC, 2017/08/03) -- cgit v0.12