[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.67 1.144.2.68 ChangeLog.manual 1.1.10.64 1.1.10.65

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 7 15:32:09 EDT 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in changes for RC 4


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.67
retrieving revision 1.144.2.68
diff -C 2 -d -r1.144.2.67 -r1.144.2.68
*** CMakeLists.txt	31 Mar 2009 14:28:51 -0000	1.144.2.67
--- CMakeLists.txt	7 Apr 2009 19:32:04 -0000	1.144.2.68
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 4)
! SET(CMake_VERSION_RC 3)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable
--- 355,359 ----
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 4)
! SET(CMake_VERSION_RC 4)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.10.64
retrieving revision 1.1.10.65
diff -C 2 -d -r1.1.10.64 -r1.1.10.65
*** ChangeLog.manual	31 Mar 2009 14:28:51 -0000	1.1.10.64
--- ChangeLog.manual	7 Apr 2009 19:32:06 -0000	1.1.10.65
***************
*** 1,2 ****
--- 1,7 ----
+ Changes in CMake 2.6.4 RC 4
+ - Better document Verbatim in custom commands
+ - Fix #8843 ctest system information was not always correct on linux
+ - Fix transitive linking of imported libraries 
+ 
  Changes in CMake 2.6.4 RC 3
  - Documentation fix for #8815



More information about the Cmake-commits mailing list