[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.40 1.144.2.41 ChangeLog.manual 1.1.10.38 1.1.10.39

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 4 17:10:46 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: 2.6.2 RC 3, merge in changes from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.40
retrieving revision 1.144.2.41
diff -C 2 -d -r1.144.2.40 -r1.144.2.41
*** CMakeLists.txt	3 Sep 2008 13:43:16 -0000	1.144.2.40
--- CMakeLists.txt	4 Sep 2008 21:10:44 -0000	1.144.2.41
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 2)
! SET(CMake_VERSION_RC 2)
  # 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 2)
! SET(CMake_VERSION_RC 3)
  # 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.38
retrieving revision 1.1.10.39
diff -C 2 -d -r1.1.10.38 -r1.1.10.39
*** ChangeLog.manual	3 Sep 2008 13:43:16 -0000	1.1.10.38
--- ChangeLog.manual	4 Sep 2008 21:10:44 -0000	1.1.10.39
***************
*** 1,2 ****
--- 1,8 ----
+ Changes in CMake 2.6.2 RC 3
+ - Fix bug, and remove extra closing > in visual fortran projects.
+ - Fix bug in ctest -C where it was sometimes ignored.
+ - Fix crash with exec_process when cmake is being debugged on windows
+ - Fix unsetting of global properties
+ 
  Changes in CMake 2.6.2 RC 2
  - allow tool chains to limit object path length



More information about the Cmake-commits mailing list