diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-01-15 23:38:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 23:38:03 (GMT) |
commit | 9578160cefb794fc2fde7c8040c945df498b9e4a (patch) | |
tree | 977c4f05096eb3095d8e99fe54aaea826fe134d6 /release_docs | |
parent | a1091585ad897ee93ffcb0ba435fa4930a1e8572 (diff) | |
download | hdf5-9578160cefb794fc2fde7c8040c945df498b9e4a.zip hdf5-9578160cefb794fc2fde7c8040c945df498b9e4a.tar.gz hdf5-9578160cefb794fc2fde7c8040c945df498b9e4a.tar.bz2 |
11099 Add help text line (#259)
* OESS-98 convert plugin option to FetchContent, add tests
* Fixes for pkcfg files because of plugin option
* OESS-98 fix tools test for plugins
* Keep doxygen comments under 100 chars long - format hint
* Whitespace
* HDFFV-11144 - Reclassify CMake messages
* HDFFV-11099/11100 added help text
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 262ae00..24fe4c1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -576,6 +576,14 @@ New Features Tools: ------ + - h5repack added help text for user-defined filters. + + Added help text line that states the valid values of the filter flag + for user-defined filters; + filter_flag: 1 is OPTIONAL or 0 is MANDATORY + + (ADB - 2021/01/14, HDFFV-11099) + - Added h5delete tool Deleting HDF5 storage when using the VOL can be tricky when the VOL |