diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2013-08-30 13:28:27 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2013-08-30 15:52:13 (GMT) |
commit | ab9c7e36e598eb2fae3f3ee67c99c4afee7b8411 (patch) | |
tree | 0af5cb01aec8be86c8f426615b67b459aac9292d /ChangeLog.manual | |
parent | 90b51230d93eef07e16000c6bdfe2eb0cef65a82 (diff) | |
download | CMake-ab9c7e36e598eb2fae3f3ee67c99c4afee7b8411.zip CMake-ab9c7e36e598eb2fae3f3ee67c99c4afee7b8411.tar.gz CMake-ab9c7e36e598eb2fae3f3ee67c99c4afee7b8411.tar.bz2 |
CMake 2.8.12-rc2
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index d8f33e2..bc56e8f 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): |