summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-10 14:41:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-10 14:41:28 (GMT)
commitaec85438882353a643b3395e12106ddca2197caa (patch)
treefee80dd924058bbf0c183d6ef96c620fbcebd0c8 /release_docs/RELEASE.txt
parent87e8fa7d04bf0c6ef668c458f9d4791d2ce6a801 (diff)
downloadhdf5-aec85438882353a643b3395e12106ddca2197caa.zip
hdf5-aec85438882353a643b3395e12106ddca2197caa.tar.gz
hdf5-aec85438882353a643b3395e12106ddca2197caa.tar.bz2
HDFFV-10385 merge corrections from develop
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 24b6196..b42724f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -405,6 +405,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