[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.50 1.144.2.51 ChangeLog.manual 1.1.10.47 1.1.10.48

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Dec 31 10:14:21 EST 2008


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.50
retrieving revision 1.144.2.51
diff -C 2 -d -r1.144.2.50 -r1.144.2.51
*** CMakeLists.txt	2 Dec 2008 12:07:36 -0000	1.144.2.50
--- CMakeLists.txt	31 Dec 2008 15:14:17 -0000	1.144.2.51
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 5)
  # 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 6)
  # 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.47
retrieving revision 1.1.10.48
diff -C 2 -d -r1.1.10.47 -r1.1.10.48
*** ChangeLog.manual	2 Dec 2008 12:07:36 -0000	1.1.10.47
--- ChangeLog.manual	31 Dec 2008 15:14:18 -0000	1.1.10.48
***************
*** 1,2 ****
--- 1,20 ----
+ 
+ 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
+ - Look for doxygen in more places
+ - Look for different expat names on windows
+ - FindLibxml2 use FindPkgConfig.cmake instead of UsePkgConfig.cmake,
+ - Add translations support to FindQt4.cmake
+ - FindWxWidgets Fixed placement of initial wxWidgets_FOUND=TRUE 
+ - Fix GetPrerequisites.cmake to work with 0 libs
+ - 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
  - add EXCLUDE, INCLUDE to ctest_test command in ctest -S scripts



More information about the Cmake-commits mailing list