summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-03-11 19:29:58 (GMT)
committerGitHub <noreply@github.com>2022-03-11 19:29:58 (GMT)
commit9dc35264c768a9c9869946ab987a1a66f9540c35 (patch)
tree370dd1ac3771b746dd36bf78f4d0cebbe25ad25b /release_docs
parent6f1f02a5b18f56923c66d579057d91a1778e4074 (diff)
downloadhdf5-9dc35264c768a9c9869946ab987a1a66f9540c35.zip
hdf5-9dc35264c768a9c9869946ab987a1a66f9540c35.tar.gz
hdf5-9dc35264c768a9c9869946ab987a1a66f9540c35.tar.bz2
1 12 Add -showconfig to h5cc scripts to dump libhdf5.settings file (#1482)
* Merge Add -showconfig to h5cc scripts to dump libhdf5.settings file * Added note * Fix comments
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 42527a2..6954718 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,13 @@ New Features
Configuration:
-------------
+ - Added new option to the h5cc scripts produced by CMake.
+
+ Add -showconfig option to h5cc scripts to cat the
+ libhdf5-settings to the standard output.
+
+ (ADB - 2022/03/11)
+
- Refactored the utils folder.
Added subfolder test and moved the 'swmr_check_compat_vfd.c file'