[Cmake-commits] CMake branch, release, updated. v2.8.1-1398-ge010d1f

Brad King brad.king at kitware.com
Thu Jun 24 11:04:51 EDT 2010


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  e010d1f688cac98f690e68f95f05c6763d806add (commit)
       via  be4b3c905ee893f3e795ff01984e63065ed27229 (commit)
       via  ec10d005ce038281e634357697dcf223674fae77 (commit)
       via  4ad2e64898c4e867de4c9331ca4cb7209b756ffb (commit)
       via  4ac531487b8900fe42231ee51018ec5646227e50 (commit)
       via  566bb2d0789b5ad8c65337eaee39c92e9a797608 (commit)
       via  b86a551edee8d061989c4b2c25bdd09e5f9d3dec (commit)
       via  5890f562e3ded6f7e42e0a974aa0c9193d011cca (commit)
       via  83f8697d0e1bb003d930236baf7b8708b2c8ba4a (commit)
       via  73144a8f1c9cf31f79ac852aa75e1c75819c6062 (commit)
       via  0d400c373e2f9a6a4a4c07dffbcb91d501e0bb9b (commit)
       via  1a4c0c55c765bf074943702722baa39decb82c3a (commit)
       via  d710a78a34b500b716ea2b61f24d9fd63e2ed090 (commit)
       via  bbfe241c6a4386a39ebb93cdb70a8390eab14eef (commit)
       via  1819d9d61794a0783c30c1b8144391e8dba2392a (commit)
       via  67f4759b55c6e6de592b3ed425ce8228e1f59b50 (commit)
       via  b1418625645ebef66e54d75004c82d88807e154f (commit)
       via  fb1eb141b5ab2e939f512976779cdff0801c05cf (commit)
       via  8f8c1edca2f577e2fc0507186c033cdfd2b28d4f (commit)
       via  8c0e79f8240067918891cd9f406b3ff0ee721d79 (commit)
       via  bb6acb8667c98bfa4210da84678fdcb2df42a433 (commit)
       via  b3cb794fec91699b83dab4e4a6d4bb703d37c4fc (commit)
      from  7f662c5c629e768959a679bfd732c2799c324705 (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=e010d1f688cac98f690e68f95f05c6763d806add
commit e010d1f688cac98f690e68f95f05c6763d806add
Author: Brad King <brad.king at kitware.com>
Date:   Thu Jun 24 10:48:52 2010 -0400

    CMake 2.8.2-rc4

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c26017..c6ad85e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -341,7 +341,7 @@ SET(CMake_VERSION_MAJOR 2)
 SET(CMake_VERSION_MINOR 8)
 SET(CMake_VERSION_PATCH 2)
 SET(CMake_VERSION_TWEAK 0)
-SET(CMake_VERSION_RC 3)
+SET(CMake_VERSION_RC 4)
 
 # Releases define a tweak level.
 IF(DEFINED CMake_VERSION_TWEAK)
diff --git a/ChangeLog.manual b/ChangeLog.manual
index 333d005..ada7fc2 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,26 @@
+Changes in CMake 2.8.2-rc4 (since 2.8.2-rc3)
+--------------------------------------------
+Bill Hoffman (1):
+      Fix for bug #10859, ctest exit exception incorrectly reported.
+
+Brad King (3):
+      Run CMake.HTML test without net access (#10857)
+      Run CMake.HTML test with older xmllint (#10857)
+      CTest: Parse empty Git commits correctly
+
+David Cole (2):
+      Qualify name of extraction location with ExternalProject name.
+      For VS10: Really use full path file names.
+
+James Bigler (1):
+      Add support for the emulation version of the cudart library.
+
+Mathieu Malaterre (1):
+      Cleanup FindOpenSSL. Add support for win64 installation.
+
+Zach Mullen (1):
+      Parallel CTest hangs if serial test has depends
+
 Changes in CMake 2.8.2-rc3 (since 2.8.2-rc2)
 --------------------------------------------
 Brad King (1):

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be4b3c905ee893f3e795ff01984e63065ed27229
commit be4b3c905ee893f3e795ff01984e63065ed27229
Merge: ec10d00 7f662c5
Author: Brad King <brad.king at kitware.com>
Date:   Thu Jun 24 10:46:48 2010 -0400

    Merge branch 'release'


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

Summary of changes:
 CMakeLists.txt                              |    2 +-
 ChangeLog.manual                            |   23 +
 Modules/ExternalProject.cmake               |    9 +-
 Modules/FindCUDA.cmake                      |   25 +-
 Modules/FindOpenSSL.cmake                   |   38 +-
 Source/CTest/cmCTestGIT.cxx                 |    9 +
 Source/CTest/cmCTestMultiProcessHandler.cxx |    2 +-
 Source/CTest/cmCTestRunTest.cxx             |    2 +-
 Source/CTest/cmProcess.cxx                  |    6 +
 Source/CTest/cmProcess.h                    |    2 +-
 Source/cmLocalVisualStudio7Generator.cxx    |    4 +-
 Source/cmProcessTools.cxx                   |    6 +-
 Source/cmProcessTools.h                     |    1 +
 Source/kwsys/kwsysDateStamp.cmake           |    2 +-
 Tests/CTestTestParallel/CMakeLists.txt      |    2 +
 Tests/CTestUpdateGIT.cmake.in               |   20 +-
 Utilities/CMakeLists.txt                    |   22 +-
 Utilities/xml/xhtml-lat1.ent                |  196 ++++++
 Utilities/xml/xhtml-special.ent             |   80 +++
 Utilities/xml/xhtml-symbol.ent              |  237 +++++++
 Utilities/xml/xhtml1-strict.dtd             |  977 +++++++++++++++++++++++++++
 21 files changed, 1635 insertions(+), 30 deletions(-)
 create mode 100644 Utilities/xml/xhtml-lat1.ent
 create mode 100644 Utilities/xml/xhtml-special.ent
 create mode 100644 Utilities/xml/xhtml-symbol.ent
 create mode 100644 Utilities/xml/xhtml1-strict.dtd


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list