diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-25 20:10:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-25 20:10:42 (GMT) |
commit | 95d8724df84294260ae611c07aec535199e5a23a (patch) | |
tree | e3512c9e3acf9c8c906df6887c96f97813186df9 | |
parent | e9067227aed3c8fe0266e3e8d1cc1d5558ceb096 (diff) | |
download | hdf5-95d8724df84294260ae611c07aec535199e5a23a.zip hdf5-95d8724df84294260ae611c07aec535199e5a23a.tar.gz hdf5-95d8724df84294260ae611c07aec535199e5a23a.tar.bz2 |
HDFFV-10297 - clarify note.
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4714232..5ad2b61 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -199,7 +199,10 @@ Bug Fixes since HDF5-1.10.1 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) |