summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-17 14:22:32 (GMT)
committerGitHub <noreply@github.com>2021-08-17 14:22:32 (GMT)
commita48fb3471b06ac8148daca3594e2421afeca9cd2 (patch)
treef6b815eb705a6091b865125d00febc71fd95e534 /release_docs
parent23699c151bf99ce0c81c786b58d6da187dedd911 (diff)
downloadhdf5-a48fb3471b06ac8148daca3594e2421afeca9cd2.zip
hdf5-a48fb3471b06ac8148daca3594e2421afeca9cd2.tar.gz
hdf5-a48fb3471b06ac8148daca3594e2421afeca9cd2.tar.bz2
1.12 Fixed the CMake processing for C++ warnings and flags (#888) (#900)
* Fixed the CMake processing for C++ warnings and flags (#888) * remove deleted fil Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4587ff8..7f107bb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -182,6 +182,15 @@ Bug Fixes since HDF5-1.12.1 release
Configuration
-------------
+ - Fixed CMake C++ compiler flags
+
+ A recent refactoring of the C++ configure files accidently removed the
+ file that executed the enable_language command for C++ needed by the
+ HDFCXXCompilerFlags.cmake file. Also updated the intel warnings files,
+ including adding support for windows platforms.
+
+ (ADB - 2021/08/10)
+
- Better support for libaec (open-source Szip library) in CMake
Implemented better support for libaec 1.0.5 (or later) library. This version
@@ -198,7 +207,6 @@ Bug Fixes since HDF5-1.12.1 release
(JWSB - 2021/06/22)
-
Fortran API
-----------
-