[Cmake-commits] CMake branch, next, updated. v2.8.10.1-1058-ga235360
Brad King
brad.king at kitware.com
Mon Nov 26 13:07:53 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 a2353607b06fccd3b0ea35e6ed578d4169e483fe (commit)
via 2ad326af57b4c67011f2b68950ed8c3b1b9b3c41 (commit)
via 1d3b35fd8a59c6f987b4caab17330955dbaf32bc (commit)
via 82b077395dad015e0af6c11cec12a3daa7b03cb1 (commit)
from 002bc84129af3af622614258b2065f1ba2c3d3c7 (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=a2353607b06fccd3b0ea35e6ed578d4169e483fe
commit a2353607b06fccd3b0ea35e6ed578d4169e483fe
Merge: 002bc84 2ad326a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 26 13:07:48 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 26 13:07:48 2012 -0500
Merge topic 'test-release' into next
2ad326a Merge branch 'release' into test-release
1d3b35f CMake 2.8.10.2
82b0773 Merge branch 'fix-untar-infinite-loop' into release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2ad326af57b4c67011f2b68950ed8c3b1b9b3c41
commit 2ad326af57b4c67011f2b68950ed8c3b1b9b3c41
Merge: e574852 1d3b35f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 26 13:06:57 2012 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 26 13:06:57 2012 -0500
Merge branch 'release' into test-release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1d3b35fd8a59c6f987b4caab17330955dbaf32bc
commit 1d3b35fd8a59c6f987b4caab17330955dbaf32bc
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 26 13:04:20 2012 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 26 13:04:20 2012 -0500
CMake 2.8.10.2
diff --git a/ChangeLog.manual b/ChangeLog.manual
index aa55348..90c9162 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,17 @@
+Changes in CMake 2.8.10.2 (since 2.8.10.1)
+----------------------------------------------
+Alex Neundorf (1):
+ Automoc: fix regression #13667, broken build in phonon
+
+Brad King (1):
+ Initialize IMPORTED GLOBAL targets on reconfigure (#13702)
+
+David Cole (1):
+ CMake: Fix infinite loop untarring corrupt tar file
+
+Rolf Eike Beer (1):
+ FindGettext: fix overwriting result with empty variable (#13691)
+
Changes in CMake 2.8.10.1 (since 2.8.10)
----------------------------------------------
Brad King (5):
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 29ac436..c59c618 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 1)
+set(CMake_VERSION_TWEAK 2)
#set(CMake_VERSION_RC 3)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=82b077395dad015e0af6c11cec12a3daa7b03cb1
commit 82b077395dad015e0af6c11cec12a3daa7b03cb1
Merge: 84740c7 37c34d7
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 26 11:56:31 2012 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 26 11:56:31 2012 -0500
Merge branch 'fix-untar-infinite-loop' into release
-----------------------------------------------------------------------
Summary of changes:
ChangeLog.manual | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list