Skip to content

Commit

Permalink
CMake 2.8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed Nov 26, 2012
1 parent 82b0773 commit 1d3b35f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.manual
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion Source/CMakeVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1d3b35f

Please sign in to comment.