[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.23 1.144.2.24 ChangeLog.manual 1.1.10.22 1.1.10.23

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 29 09:15:30 EDT 2008


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.23
retrieving revision 1.144.2.24
diff -C 2 -d -r1.144.2.23 -r1.144.2.24
*** CMakeLists.txt	23 May 2008 20:09:30 -0000	1.144.2.23
--- CMakeLists.txt	29 May 2008 13:15:26 -0000	1.144.2.24
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 1)
! 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 1)
! 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.22
retrieving revision 1.1.10.23
diff -C 2 -d -r1.1.10.22 -r1.1.10.23
*** ChangeLog.manual	23 May 2008 20:09:31 -0000	1.1.10.22
--- ChangeLog.manual	29 May 2008 13:15:26 -0000	1.1.10.23
***************
*** 1,2 ****
--- 1,9 ----
+ Changes in CMake 2.6.1 RC 3
+ - FindQt4 - Find qt debug libraries on windows with d postfix.
+ - Find 64 bit windows registry stuff with 32 bit cmake
+ - Give a message if rpath is changed during install
+ - rpath changer during install understands symlinks now
+ - If a source file is not found and is a full path cmake complains again
+ - 
  Changes in CMake 2.6.1 RC 2
  



More information about the Cmake-commits mailing list