summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-25 20:10:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-25 20:10:52 (GMT)
commitc899351124f97cdbeaa2b415765518bc22c0d1fd (patch)
tree913bed72b25f9bfbafd8047c6caf0d3fac25dd1c /release_docs
parent4384aaf8691060eb313e6b95e325068feff4aeb6 (diff)
downloadhdf5-c899351124f97cdbeaa2b415765518bc22c0d1fd.zip
hdf5-c899351124f97cdbeaa2b415765518bc22c0d1fd.tar.gz
hdf5-c899351124f97cdbeaa2b415765518bc22c0d1fd.tar.bz2
HDFFV-10297 - clarify note.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files 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)