summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-14 19:29:04 (GMT)
committerGitHub <noreply@github.com>2021-10-14 19:29:04 (GMT)
commit7432a7d918bf6bbfb1b671fe020711f6d56cc31e (patch)
tree7929371e0b1aefd6e4b112343ae065a7407ff055 /release_docs
parent4bb3e661c51b75fa78a7d2e55fa963b7f263bd0d (diff)
downloadhdf5-7432a7d918bf6bbfb1b671fe020711f6d56cc31e.zip
hdf5-7432a7d918bf6bbfb1b671fe020711f6d56cc31e.tar.gz
hdf5-7432a7d918bf6bbfb1b671fe020711f6d56cc31e.tar.bz2
1.12 Merge delete the noerror- variants of the compiler flags files #1033 (#1091)
* Merge delete the noerror- variants of the compiler flags files #1033 * Remove files from MANIFEST
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 8104f27..a14b738 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,13 @@ New Features
Configuration:
-------------
+ - Changed autotools and CMake configurations to derive both
+ compilation warnings-as-errors and warnings-only-warn configurations
+ from the same files, `config/*/*error*`. Removed redundant files
+ `config/*/*noerror*`.
+
+ (DCY - 2021/09/29)
+
- Added new option to control the build of High-Level tools
that default ON/enabled.