diff options
author | Brad King <brad.king@kitware.com> | 2013-10-01 12:05:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-01 12:05:44 (GMT) |
commit | c33a38fe220309539fb3e71c1b0fade5a4965cc2 (patch) | |
tree | 9ee3a84111a2f65bd94e9721f6a782a37890e8da | |
parent | 204a54774c5965ba74572b418db832510dfb0264 (diff) | |
download | CMake-c33a38fe220309539fb3e71c1b0fade5a4965cc2.zip CMake-c33a38fe220309539fb3e71c1b0fade5a4965cc2.tar.gz CMake-c33a38fe220309539fb3e71c1b0fade5a4965cc2.tar.bz2 |
CMake 2.8.12-rc4
-rw-r--r-- | ChangeLog.manual | 25 | ||||
-rw-r--r-- | Source/CMakeVersion.cmake | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index 1b22486..4efe37c 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,28 @@ +Changes in CMake 2.8.12-rc4 (since 2.8.12-rc3) +---------------------------------------------- +Brad King (8): + VS: Future-proof Intel project format selection + MSVC: Drop /link from executable link lines with Ninja + FindCUDA: Always list custom command outputs in their targets + FindPNG: Honor old PNG_LIBRARY if provided (#14398) + FindHDF5: Fix regression in per-configuration library selection + bash-completion: Future-proof --help-*-list "cXXXX version" filtering + OS X: Search system SDKs for frameworks + Use first custom command for the same output (#14446) + +Patrick Gansterer (3): + MSVC: Fix version test for linking corelibc on Windows CE (#14420) + MSVC: Fix WinCE arch family preprocessor symbol (#14436) + VS: Use version-specific subsystem for WinCE compiler id (#14440) + +Rolf Eike Beer (1): + bootstrap: try better workaround for builds on Linux/HPPA + +Stephen Kelly (3): + Add differing target property content to policy CMP0022 warning + Fix CMP0022 warning when no old-style property is set + genex: Fix preprocessing with incomplete content (#14410). + Changes in CMake 2.8.12-rc3 (since 2.8.12-rc2) ---------------------------------------------- Robert Maynard (1): diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index eff11cf..a47a777 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -3,4 +3,4 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 12) set(CMake_VERSION_TWEAK 0) -set(CMake_VERSION_RC 3) +set(CMake_VERSION_RC 4) |