[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.42 1.144.2.43 ChangeLog.manual 1.1.10.40 1.1.10.41

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 22 10:05:18 EDT 2008


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.42
retrieving revision 1.144.2.43
diff -C 2 -d -r1.144.2.42 -r1.144.2.43
*** CMakeLists.txt	12 Sep 2008 14:56:20 -0000	1.144.2.42
--- CMakeLists.txt	22 Sep 2008 14:05:16 -0000	1.144.2.43
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 2)
! SET(CMake_VERSION_RC 4)
  # 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 5)
  # 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.40
retrieving revision 1.1.10.41
diff -C 2 -d -r1.1.10.40 -r1.1.10.41
*** ChangeLog.manual	12 Sep 2008 14:56:20 -0000	1.1.10.40
--- ChangeLog.manual	22 Sep 2008 14:05:16 -0000	1.1.10.41
***************
*** 1,2 ****
--- 1,10 ----
+ Changes in CMake 2.6.2 RC 5
+ - Add beta BundleUtilities.cmake file
+ - CPackRPM 7435 fixes to add optional post-install
+ - Fix Bug #7456, FindBoost versioned find not working
+ - Fix FindCurses to be able to work without ncurses.h
+ - FindQt4 fix bug #7433, add a bit more documentation and add ability
+   to specify extra flags to lupdate.
+ 
  Changes in CMake 2.6.2 RC 4
  - Fix bug #7359 make llvm-gcc work, by explicitely excluding



More information about the Cmake-commits mailing list