[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.158.2.11 1.158.2.12 ChangeLog.manual 1.1.12.11 1.1.12.12

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 16 10:35:03 EST 2010


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

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt ChangeLog.manual 
Log Message:
CMake 2.8.1-rc3


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.158.2.11
retrieving revision 1.158.2.12
diff -C 2 -d -r1.158.2.11 -r1.158.2.12
*** CMakeLists.txt	11 Feb 2010 15:50:41 -0000	1.158.2.11
--- CMakeLists.txt	16 Feb 2010 15:34:59 -0000	1.158.2.12
***************
*** 330,334 ****
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 1)
! SET(CMake_VERSION_RC 2)
  
  # We use odd minor numbers for development versions.
--- 330,334 ----
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 1)
! SET(CMake_VERSION_RC 3)
  
  # 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.11
retrieving revision 1.1.12.12
diff -C 2 -d -r1.1.12.11 -r1.1.12.12
*** ChangeLog.manual	11 Feb 2010 15:50:41 -0000	1.1.12.11
--- ChangeLog.manual	16 Feb 2010 15:35:00 -0000	1.1.12.12
***************
*** 1,2 ****
--- 1,8 ----
+ Changes in CMake 2.8.1 RC 3
+ - Add CMAKE_XCODE_ATTRIBUTE_<attr> interface to set compiler (#9125)
+ - Fix Eclipse files for targets in subdirectories (#9978)
+ - Fix custom command rule hashes to avoid extra rebuilds
+ - Print non-make generator name in initial compiler test
+ 
  Changes in CMake 2.8.1 RC 2
  - CPack: Avoid deleting long PATH values with NSIS (#10257)



More information about the Cmake-commits mailing list