[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.52 1.144.2.53 ChangeLog.manual 1.1.10.49 1.1.10.50

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 13 13:03:51 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in changes from CVS to branch for 2.6.3 RC 8


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.52
retrieving revision 1.144.2.53
diff -C 2 -d -r1.144.2.52 -r1.144.2.53
*** CMakeLists.txt	1 Jan 2009 17:49:40 -0000	1.144.2.52
--- CMakeLists.txt	13 Jan 2009 18:03:48 -0000	1.144.2.53
***************
*** 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
--- 355,359 ----
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 8)
  # 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.49
retrieving revision 1.1.10.50
diff -C 2 -d -r1.1.10.49 -r1.1.10.50
*** ChangeLog.manual	1 Jan 2009 17:49:40 -0000	1.1.10.49
--- ChangeLog.manual	13 Jan 2009 18:03:48 -0000	1.1.10.50
***************
*** 1,2 ****
--- 1,21 ----
+ Changes in CMake 2.6.3 RC 8
+ - CMAKE_VERBOSE_MAKEFILE fix for KDevelop3
+ - FindGettext.cmake fix #8122
+ - FindPythonInterp.cmake find python 2.6 on windows
+ - cmake_minimum_required forward compatibility
+ - Fix (#7289) in cmDocumentationFormatterDocbook.cxx
+ - Fix #8203: codeblocks + mingw quoting issue
+ - Clean per-config export files during install
+ - Bug fixes for Eclipse CDT4 generator
+ - find_package refind when previously found file is removed
+ - Support '-' in target names for VS6
+ - Fix component-name test on installation
+ - Warn when build directory is too long
+ - Fix set cache FORCE and -D command line to work together
+ - Enable LOCATION property for imported targets
+ - Allow cmake-gui to be built by cmake 2.4
+ - Fix installation from read-only source file
+ - Fix for rc and vs6 -D flags
+ - Create DEBUG_CONFIGURATIONS global property
  
  Changes in CMake 2.6.3 RC 7



More information about the Cmake-commits mailing list