summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-02-11 13:46:09 (GMT)
committerGitHub <noreply@github.com>2022-02-11 13:46:09 (GMT)
commit96cf19499b540d8fe5547690b85d18b45f4c4b85 (patch)
treedf78991a7dbf11619d42640055d4d67313876281 /release_docs
parent4ce6373a0ba10250b4eed293653e55e348812012 (diff)
downloadhdf5-96cf19499b540d8fe5547690b85d18b45f4c4b85.zip
hdf5-96cf19499b540d8fe5547690b85d18b45f4c4b85.tar.gz
hdf5-96cf19499b540d8fe5547690b85d18b45f4c4b85.tar.bz2
Add -showconfig to h5cc scripts to dump libhdf5.settings file (#1391)
* Add -showconfig to h5cc scripts to dump libhdf5.settings file * Added note
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 d5dde34..56b5e42 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 that cat the
+ libhdf5-settings to the standard output.
+
+ (ADB - 2022/01/25)
+
- CMake will now run the PowerShell script tests in test/ by default
on Windows.