diff options
author | Brad King <brad.king@kitware.com> | 2012-11-07 13:45:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-07 13:45:38 (GMT) |
commit | 2210e5fd0e817113ebc677f7a4098b6fb47a2863 (patch) | |
tree | d3c3452b2e1f4479627c053fd92c447aa7b987db | |
parent | cc54fe2178ea17a48b017f938243c5e2de6368a1 (diff) | |
parent | 902ab6b5652a1858762696b8271c5a52e29aa041 (diff) | |
download | CMake-2210e5fd0e817113ebc677f7a4098b6fb47a2863.zip CMake-2210e5fd0e817113ebc677f7a4098b6fb47a2863.tar.gz CMake-2210e5fd0e817113ebc677f7a4098b6fb47a2863.tar.bz2 |
Merge branch 'release'
-rw-r--r-- | ChangeLog.manual | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index ef8571b..aa55348 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,19 @@ +Changes in CMake 2.8.10.1 (since 2.8.10) +---------------------------------------------- +Brad King (5): + Fix default PDB output directory (#13644) + Fix PathScale compiler id for Clang-based upstream + Update programmatically-reported copyright year (#13638) + FindSDL: Restore accidentally dropped search paths (#13651) + OS X: Fix default CMAKE_OSX_SYSROOT with deployment target + +Rolf Eike Beer (2): + FindOpenSSL: fix library selection on Windows (#13645) + FindOpenSSL: also find the non-MD debug libraries for MSVC + +Stephen Kelly (1): + GenEx: Use case insensitive comparison for $<CONFIG:...> + Changes in CMake 2.8.10 (since 2.8.10-rc3) ---------------------------------------------- None |