HDFFV-10297 - clarify note.

This commit is contained in:
Allen Byrne
2017-10-25 15:10:52 -05:00
parent 4384aaf869
commit c899351124

View File

@@ -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)