[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.57 1.144.2.58 ChangeLog.manual 1.1.10.55 1.1.10.56

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 10 17:28:09 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in some more fixes for RC 13


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.57
retrieving revision 1.144.2.58
diff -C 2 -d -r1.144.2.57 -r1.144.2.58
*** CMakeLists.txt	6 Feb 2009 21:15:15 -0000	1.144.2.57
--- CMakeLists.txt	10 Feb 2009 22:28:07 -0000	1.144.2.58
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 12)
  # 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 3)
! SET(CMake_VERSION_RC 13)
  # 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.55
retrieving revision 1.1.10.56
diff -C 2 -d -r1.1.10.55 -r1.1.10.56
*** ChangeLog.manual	6 Feb 2009 21:16:30 -0000	1.1.10.55
--- ChangeLog.manual	10 Feb 2009 22:28:07 -0000	1.1.10.56
***************
*** 1,2 ****
--- 1,8 ----
+ Changes in CMake 2.6.3 RC 13
+ - Fix cmake can not find cmake when run on windows from PATH
+ - Fix #8378 FILEPATH cache UNC paths in list removed extra /
+ - Update FindBoost to reflect #8378 fix
+ - More FindQt4 fixes
+ 
  Changes in CMake 2.6.3 RC 12
  - Fix bug #8465 MACOSX_BUNDLE triggers re-configuration after build



More information about the Cmake-commits mailing list