summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-24 17:46:28 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:56 (GMT)
commitb373cd9a44d0bf974e4ab483fa68e370d3b8dedb (patch)
treef49f6b154c5010348d7e870a13e3189d8c83b03f /release_docs
parent42828098ed6db8d5e976e65d0806dbad698e3c2f (diff)
downloadhdf5-b373cd9a44d0bf974e4ab483fa68e370d3b8dedb.zip
hdf5-b373cd9a44d0bf974e4ab483fa68e370d3b8dedb.tar.gz
hdf5-b373cd9a44d0bf974e4ab483fa68e370d3b8dedb.tar.bz2
TRILAB-192 add release note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5f85383..2b826f5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -48,6 +48,21 @@ New Features
Configuration:
-------------
+ - Both build systems use same set of warnings flags
+
+ GNU C warnings flags were moved to files in a config sub-folder
+ named gnu-warnings. Flags that only are available for a specific
+ version of the compiler are in files named with that version.
+
+ There are flags in named "error-xxx" files with warnings that may
+ be promoted to errors. Some source files may still need fixes.
+
+ There are also pairs of files named "developer-xxx" and "no-developer-xxx"
+ that are chosen by the CMake option:HDF5_ENABLE_DEV_WARNINGS or the
+ configure option:--enable-developer-warnings.
+
+ (ADB - 2020/03/24, TRILAB-192)
+
- Added test script for file size compare
if CMake minimum version is at least 3.14, the fileCompareTest.cmake