summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2013-08-30 09:28:27 -0400
committerRobert Maynard <robert.maynard@kitware.com>2013-08-30 11:52:13 -0400
commitab9c7e36e598eb2fae3f3ee67c99c4afee7b8411 (patch)
tree0af5cb01aec8be86c8f426615b67b459aac9292d
parent90b51230d93eef07e16000c6bdfe2eb0cef65a82 (diff)
downloadcmake-ab9c7e36e598eb2fae3f3ee67c99c4afee7b8411.tar.gz
CMake 2.8.12-rc2
-rw-r--r--ChangeLog.manual36
-rw-r--r--Source/CMakeVersion.cmake2
2 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual
index d8f33e27cc..bc56e8f856 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,39 @@
+Changes in CMake 2.8.12-rc2 (since 2.8.12-rc1)
+----------------------------------------------
+Brad King (2):
+ Fix RunCMake.Configure test expectation newline matching
+ Clean up install rules of CMake itself (#14371)
+
+Clinton Stimpson (1):
+ OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.
+
+Eric BĂ©langer (1):
+ FindImageMagick: Find libraries named with HDRI support (#14348)
+
+Raphael Kubo da Costa (1):
+ FindTCL: Add BSD paths for Tcl/Tk 8.6
+
+Robert Maynard (2):
+ VS: Generate ToolsVersion matching each VS version
+ cmMakefile: Do not track configured files known to be temporary
+
+Rolf Eike Beer (1):
+ CheckC*CompilerFlag: add documentation what to expect from a positive result
+
+Stephen Kelly (6):
+ Fix OLD behavior of CMP0021.
+ try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES
+ try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES
+ Genex: Fix evaluation of MAP_IMPORTED_CONFIG_<CONFIG>
+ Fix some whitespace errors in docs.
+ Normalize system directories from the interface target property
+
+Yury G. Kudryashov (1):
+ CPack: Fix a typo in documentation
+
+Zack Galbreath (1):
+ CTest: Fix GTM coverage parsing line offset bug
+
Changes in CMake 2.8.12-rc1 (since 2.8.11.2)
--------------------------------------------
Adam J. Weigold (1):
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 1fbc6f7953..fcffb2954c 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 1)
+set(CMake_VERSION_RC 2)