diff options
author | Brad King <brad.king@kitware.com> | 2012-11-06 16:24:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-06 16:24:28 (GMT) |
commit | 902ab6b5652a1858762696b8271c5a52e29aa041 (patch) | |
tree | 7446fc844c0ff74362ad0f8abad972e9468f664a /ChangeLog.manual | |
parent | f058b275477905545fbfd4228c079d91a047bc0f (diff) | |
download | CMake-902ab6b5652a1858762696b8271c5a52e29aa041.zip CMake-902ab6b5652a1858762696b8271c5a52e29aa041.tar.gz CMake-902ab6b5652a1858762696b8271c5a52e29aa041.tar.bz2 |
CMake 2.8.10.1v2.8.10.1
Diffstat (limited to 'ChangeLog.manual')
-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 |