[Cmake-commits] CMake branch, release, updated. v2.8.4-598-ge8e1048

David Cole david.cole at kitware.com
Tue Jun 21 13:21:17 EDT 2011


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, release has been updated
       via  e8e1048c5ff7b625af32cee6a3072e8d979d2033 (commit)
       via  4da6bea9e234f364ff510d3760c4fb05c2d2e214 (commit)
       via  d9d7e8ffa512584c837339c8caa14ca1a807078a (commit)
       via  e85df15b7dad5a74e165ea7008a6aa70cfb4d1e7 (commit)
       via  ddd6e8ed5531fc0f812717da268e121b55c3e4b8 (commit)
       via  26c449d1d9abb2c8d6d770b821ab42b86462e6dc (commit)
       via  2822bd184da2013676f0cba1a44b18d29c9b7c02 (commit)
       via  25b0b777f683a134900effc8ffc96eea21266eec (commit)
       via  146a7aee62340c5579bdd86510f36e8536f9ff7a (commit)
       via  2ae5a43fa7efcd6fa61a9066c81fb2e776cda51b (commit)
       via  d39aee483ed6693f9536809d0fa5425a8475bbe1 (commit)
       via  5c668b821fb3b6781fff129859f6209b9769e785 (commit)
       via  73d593033f9fa7e24ae7b455b5d5fab6b209bd99 (commit)
       via  d66459be8ba7928e645e8542195e8a1323e1562a (commit)
       via  ac8a6bf085b088748e0b4e355f73f80cf4745f62 (commit)
       via  e5fe580fcc8dac69bdba65961fd9932d90249110 (commit)
       via  594681d2c4b99024a667b6dc0d6d354a93392069 (commit)
       via  03809b14429edb14ffbb4e83d2cda32e86555de1 (commit)
       via  0751106f2fbfd1a5eb8c4572f60209cc9b22f841 (commit)
       via  93fc629adc7e90dce2c54592ae9ec0933adf6154 (commit)
       via  effb6bbfd711e95f1c2992ccc7d3be7df5b3808c (commit)
       via  3ba1713f6f64624a92b216d8f324d45a7e5635f9 (commit)
       via  974374a9cdcba725bd20602704d0094b2c20ff65 (commit)
       via  f26d1cf1540583deaffcd141796304645673d56b (commit)
      from  34cfc880b1ba8417d1007874807a9a98ac3e8efb (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=e8e1048c5ff7b625af32cee6a3072e8d979d2033
commit e8e1048c5ff7b625af32cee6a3072e8d979d2033
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Jun 21 13:05:02 2011 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Jun 21 13:05:02 2011 -0400

    CMake 2.8.5-rc3

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d50bcae..34315fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -418,7 +418,7 @@ SET(CMake_VERSION_MAJOR 2)
 SET(CMake_VERSION_MINOR 8)
 SET(CMake_VERSION_PATCH 5)
 SET(CMake_VERSION_TWEAK 0)
-SET(CMake_VERSION_RC 2)
+SET(CMake_VERSION_RC 3)
 
 # Releases define a tweak level.
 IF(DEFINED CMake_VERSION_TWEAK)
diff --git a/ChangeLog.manual b/ChangeLog.manual
index f642734..e9694f4 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,24 @@
+Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2)
+--------------------------------------------
+Brad King (3):
+      KWSys: Recognize color TERM=screen-256color-bce (#12287)
+      find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248)
+      libarchive: Install COPYING with CMake documentation
+
+Christoph Höger (1):
+      FindJNI: Search in Fedora arch-specific JVM location (#12276)
+
+Julien Malik (1):
+      FindSWIG: Use NAMES in find_program directives (#12280)
+
+Modestas Vainius (1):
+      Documentation: Fix spelling / formatting errors (#12287)
+
+Philip Lowman (3):
+      FindBoost: Fixes #12188
+      FindBoost: Also search for 1.46.1
+      Detect VS 2010 SP1, faster and more robust detection
+
 Changes in CMake 2.8.5-rc2 (since 2.8.5-rc1)
 --------------------------------------------
 Bill Hoffman (6):

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4da6bea9e234f364ff510d3760c4fb05c2d2e214
commit 4da6bea9e234f364ff510d3760c4fb05c2d2e214
Merge: d9d7e8f 34cfc88
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Jun 21 11:59:34 2011 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Jun 21 11:59:34 2011 -0400

    Merge branch 'release'


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

Summary of changes:
 CMakeLists.txt                            |    2 +-
 ChangeLog.manual                          |   21 +++++
 Modules/CMakeDetermineVSServicePack.cmake |  140 +++++++++++++++++++++++-----
 Modules/FindArmadillo.cmake               |    9 +--
 Modules/FindBoost.cmake                   |    9 ++-
 Modules/FindJNI.cmake                     |    1 +
 Modules/FindSWIG.cmake                    |    2 +-
 Source/cmComputeLinkDepends.cxx           |    2 +-
 Source/cmFindLibraryCommand.cxx           |    5 -
 Source/cmTarget.cxx                       |    2 +-
 Source/kwsys/Terminal.c                   |    1 +
 Source/kwsys/kwsysDateStamp.cmake         |    2 +-
 Utilities/cmlibarchive/CMakeLists.txt     |    2 +
 13 files changed, 155 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list