[Cmake-commits] CMake branch, next, updated. v2.8.10-810-g262ff42

Brad King brad.king at kitware.com
Tue Nov 6 14:19:49 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  262ff42b145066af3133863f939a1aea0462a1d4 (commit)
       via  0da873acd219d659c4a2ae8ef85728b5b72b9b70 (commit)
       via  902ab6b5652a1858762696b8271c5a52e29aa041 (commit)
       via  f058b275477905545fbfd4228c079d91a047bc0f (commit)
       via  511f227e1311211d072f0462091f6b7a0802e123 (commit)
       via  20c5104713cc219258893e1963cb2c1461216b2d (commit)
       via  731ca02ecb635a8286cee9709a0b33c63cf3eb62 (commit)
       via  7998ede9852407481db230017354bd24097ce260 (commit)
       via  d6ab875260c2c55461f5fa59675020e600f76aae (commit)
       via  719438fc27ab4052267d2b8a3ad955ca6b06fa63 (commit)
      from  bc4fcfaffbe6859976de564d8fd423c672a14b66 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=262ff42b145066af3133863f939a1aea0462a1d4
commit 262ff42b145066af3133863f939a1aea0462a1d4
Merge: bc4fcfa 0da873a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 14:19:47 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 6 14:19:47 2012 -0500

    Merge topic 'test-release' into next
    
    0da873a Merge branch 'release' into test-release
    902ab6b CMake 2.8.10.1
    f058b27 Merge branch 'osx-sysroot-cleanup' into release
    511f227 Merge branch 'fix-FindSDL-paths' into release
    20c5104 Merge branch 'fix-genex-CONFIG' into release
    731ca02 Merge branch 'copyright-year' into release
    7998ede Merge branch 'fix-PathScale-compiler-id' into release
    d6ab875 Merge branch 'fix-openssl-win' into release
    719438f Merge branch 'pdb-default-outdir' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0da873acd219d659c4a2ae8ef85728b5b72b9b70
commit 0da873acd219d659c4a2ae8ef85728b5b72b9b70
Merge: 4b3cb25 902ab6b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 14:19:20 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 14:19:20 2012 -0500

    Merge branch 'release' into test-release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=902ab6b5652a1858762696b8271c5a52e29aa041
commit 902ab6b5652a1858762696b8271c5a52e29aa041
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 11:24:28 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 11:24:28 2012 -0500

    CMake 2.8.10.1

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
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 0894fa0..29ac436 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -2,5 +2,5 @@
 set(CMake_VERSION_MAJOR 2)
 set(CMake_VERSION_MINOR 8)
 set(CMake_VERSION_PATCH 10)
-set(CMake_VERSION_TWEAK 0)
+set(CMake_VERSION_TWEAK 1)
 #set(CMake_VERSION_RC 3)

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f058b275477905545fbfd4228c079d91a047bc0f
commit f058b275477905545fbfd4228c079d91a047bc0f
Merge: 511f227 15f5764
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 11:21:55 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 11:21:55 2012 -0500

    Merge branch 'osx-sysroot-cleanup' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=511f227e1311211d072f0462091f6b7a0802e123
commit 511f227e1311211d072f0462091f6b7a0802e123
Merge: 20c5104 7cb5173
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 11:21:49 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 11:21:49 2012 -0500

    Merge branch 'fix-FindSDL-paths' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=20c5104713cc219258893e1963cb2c1461216b2d
commit 20c5104713cc219258893e1963cb2c1461216b2d
Merge: 731ca02 9be64f3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 11:21:39 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 11:21:39 2012 -0500

    Merge branch 'fix-genex-CONFIG' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=731ca02ecb635a8286cee9709a0b33c63cf3eb62
commit 731ca02ecb635a8286cee9709a0b33c63cf3eb62
Merge: 7998ede a4ae88b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 11:21:33 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 11:21:33 2012 -0500

    Merge branch 'copyright-year' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7998ede9852407481db230017354bd24097ce260
commit 7998ede9852407481db230017354bd24097ce260
Merge: d6ab875 fccf19f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 11:21:25 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 11:21:25 2012 -0500

    Merge branch 'fix-PathScale-compiler-id' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d6ab875260c2c55461f5fa59675020e600f76aae
commit d6ab875260c2c55461f5fa59675020e600f76aae
Merge: 719438f 4a4c0ee
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 11:21:17 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 11:21:17 2012 -0500

    Merge branch 'fix-openssl-win' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=719438fc27ab4052267d2b8a3ad955ca6b06fa63
commit 719438fc27ab4052267d2b8a3ad955ca6b06fa63
Merge: c36622a f309366
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 11:20:50 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 6 11:20:50 2012 -0500

    Merge branch 'pdb-default-outdir' into release


-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.manual |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list