summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-10 14:39:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-10 14:39:50 (GMT)
commit850ec7a30a3e7cb9fb5727f1819a182dcebbe25d (patch)
treea7616b63679121d441b07a5fa590cd1c03546dfc /release_docs
parent6bf125c7b38887a26b95d3eac4be08e5e44bb1af (diff)
downloadhdf5-850ec7a30a3e7cb9fb5727f1819a182dcebbe25d.zip
hdf5-850ec7a30a3e7cb9fb5727f1819a182dcebbe25d.tar.gz
hdf5-850ec7a30a3e7cb9fb5727f1819a182dcebbe25d.tar.bz2
HDFFV-10385 - add release note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1dc5bd1..2cacc30 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -234,6 +234,19 @@ Bug Fixes since HDF5-1.10.1 release
-------------
- CMake
+ Correct usuage of CMAKE_BUILD_TYPE variable.
+
+ The use of the CMAKE_BUILD_TYPE is incorrect for multi-config
+ generators (Visual Studio and XCode) and is optional for single
+ config generators. Created a new macro to check
+ GLOBAL PROPERTY -> GENERATOR_IS_MULTI_CONFIG
+ Created two new HDF variable, HDF5_BUILD_TYPE and HDF5_CFG_BUILD_TYPE.
+ Defaults for these variables is "Release".
+
+ (ADB - 2018/01/10, HDFFV-10385)
+
+ - CMake
+
Add replacement of fortran flags if using static CRT.
Added TARGET_STATIC_CRT_FLAGS call to HDFUseFortran.cmake file in