[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.51 1.144.2.52 ChangeLog.manual 1.1.10.48 1.1.10.49

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 1 12:49:42 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: RC 7 merge fix missing stuff from RC 6 and fix change log


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.51
retrieving revision 1.144.2.52
diff -C 2 -d -r1.144.2.51 -r1.144.2.52
*** CMakeLists.txt	31 Dec 2008 15:14:17 -0000	1.144.2.51
--- CMakeLists.txt	1 Jan 2009 17:49:40 -0000	1.144.2.52
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 6)
  # 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 7)
  # 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.48
retrieving revision 1.1.10.49
diff -C 2 -d -r1.1.10.48 -r1.1.10.49
*** ChangeLog.manual	31 Dec 2008 15:14:18 -0000	1.1.10.48
--- ChangeLog.manual	1 Jan 2009 17:49:40 -0000	1.1.10.49
***************
*** 1,7 ****
  
  Changes in CMake 2.6.3 RC 6
  - Fix project(foo NONE) enable c later bug on OSX
  - Fix Haiku default paths
- - Fix windows paths to look in cmake install dirs
  - RPM Update generator to handle optional dependencies using Requires
  - Fix FindCurses for Haiku
--- 1,10 ----
  
+ Changes in CMake 2.6.3 RC 7
+ - Add both 32/64-bit Program Files as windows paths
+ - Fix potential crash with ctest and log being null
+ 
  Changes in CMake 2.6.3 RC 6
  - Fix project(foo NONE) enable c later bug on OSX
  - Fix Haiku default paths
  - RPM Update generator to handle optional dependencies using Requires
  - Fix FindCurses for Haiku
***************
*** 14,19 ****
  - Add support for Squish
  - Make bundle startup optional in bundle generator
! - Fix runtime search path ordering with symlinks
! - Fix potential crash with ctest and log being null
  
  Changes in CMake 2.6.3 RC 5
--- 17,25 ----
  - Add support for Squish
  - Make bundle startup optional in bundle generator
! - Fix runtime search path ordering with symlinks (fix from RC4)
! - Fix escaping of empty custom command argument on Windows
! - Teach find_package more config file locations
! - Fix scope of find_package definitions in find-modules
! - Teach find_package to push/pop policies for version files 
  
  Changes in CMake 2.6.3 RC 5



More information about the Cmake-commits mailing list