summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 08c780e..b8da0be 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -178,7 +178,7 @@ Bug Fixes since HDF5-1.8.19
block size.
(2) Fix other places in the library that call this routine to detect
error routine.
-
+
(HDFFV-10216, VC, 2017/09/05)
@@ -203,7 +203,10 @@ Bug Fixes since HDF5-1.8.19
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)