[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.65 1.144.2.66 ChangeLog.manual 1.1.10.62 1.1.10.63

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 27 11:55:53 EDT 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in from main tree to create RC 2


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.65
retrieving revision 1.144.2.66
diff -C 2 -d -r1.144.2.65 -r1.144.2.66
*** CMakeLists.txt	23 Mar 2009 19:46:19 -0000	1.144.2.65
--- CMakeLists.txt	27 Mar 2009 15:55:46 -0000	1.144.2.66
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 4)
! SET(CMake_VERSION_RC 1)
  # 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 4)
! SET(CMake_VERSION_RC 2)
  # 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.62
retrieving revision 1.1.10.63
diff -C 2 -d -r1.1.10.62 -r1.1.10.63
*** ChangeLog.manual	23 Mar 2009 17:58:40 -0000	1.1.10.62
--- ChangeLog.manual	27 Mar 2009 15:55:47 -0000	1.1.10.63
***************
*** 1,3 ****
! Changes in CMake 2.6.4 RC 0
  - Add some better documentation about RPATH variables
  - No longer mark header files as HEADER_FILE_ONLY automatically,
--- 1,13 ----
! Changes in CMake 2.6.4 RC 2
! - Fix issues in FindBoost #8576 #8734
! - Fix -D issues with VS 6
! - Fix scope issue with CMAKE_CURRENT_LIST_FILE  and macros
! - Eclipse make VERBOSE off in makfiles #7585, and use built-in includes
! - Codeblocks auto header finding
! - Fix crash in include_directories #8704
! - Some documentation fixes to commands and classes.
! - Do not warn if LIBPATH is not set for nmake
! 
! Changes in CMake 2.6.4 RC 1
  - Add some better documentation about RPATH variables
  - No longer mark header files as HEADER_FILE_ONLY automatically,



More information about the Cmake-commits mailing list