[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.158.2.6 1.158.2.7 ChangeLog.manual 1.1.12.6 1.1.12.7

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 10 09:03:38 EST 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv8948

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt ChangeLog.manual 
Log Message:
CMake 2.8.0-rc6


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.158.2.6
retrieving revision 1.158.2.7
diff -C 2 -d -r1.158.2.6 -r1.158.2.7
*** CMakeLists.txt	3 Nov 2009 22:25:02 -0000	1.158.2.6
--- CMakeLists.txt	10 Nov 2009 14:03:28 -0000	1.158.2.7
***************
*** 317,321 ****
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 5)
  
  # We use odd minor numbers for development versions.
--- 317,321 ----
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 6)
  
  # We use odd minor numbers for development versions.

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.12.6
retrieving revision 1.1.12.7
diff -C 2 -d -r1.1.12.6 -r1.1.12.7
*** ChangeLog.manual	3 Nov 2009 22:25:02 -0000	1.1.12.6
--- ChangeLog.manual	10 Nov 2009 14:03:30 -0000	1.1.12.7
***************
*** 1,2 ****
--- 1,7 ----
+ Changes in CMake 2.8.0 RC 6
+ - Sync FindQt4 with KDE version
+ - Fix #9090: Teach CTest subdirs() command to handle absolute paths
+ - Fix CTest bug that could start a test twice
+ 
  Changes in CMake 2.8.0 RC 5
  - CTest now detects cycles in test dependency graph



More information about the Cmake-commits mailing list