[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.18 1.144.2.19 ChangeLog.manual 1.1.10.17 1.1.10.18

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 1 12:35:40 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge from cvs create yikes RC 10! (I hope this is the last RC...)


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.18
retrieving revision 1.144.2.19
diff -C 2 -d -r1.144.2.18 -r1.144.2.19
*** CMakeLists.txt	23 Apr 2008 19:02:51 -0000	1.144.2.18
--- CMakeLists.txt	1 May 2008 16:35:38 -0000	1.144.2.19
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 9)
  # 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 0)
! SET(CMake_VERSION_RC 10)
  # 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.17
retrieving revision 1.1.10.18
diff -C 2 -d -r1.1.10.17 -r1.1.10.18
*** ChangeLog.manual	24 Apr 2008 16:56:25 -0000	1.1.10.17
--- ChangeLog.manual	1 May 2008 16:35:38 -0000	1.1.10.18
***************
*** 1,2 ****
--- 1,18 ----
+ Changes in CMake 2.6.0 RC 10
+ - Do not duplicate .so libraries on the link line
+ - Add more system library paths to sun builds
+ - Add BETA support for Intel Fortran IDE files in visual studio
+ - Fix FindCurses to work if ncurses is the only option
+ - Fix shell escapes on some systems
+ - Remove check for file write as input to cmake, as it is no longer needed
+ - Make check_type_size automatically check for headers that it uses
+ - Remove minimum required from FindBoost.cmake
+ - Fix FindSDL so that it can be run more than once
+ - Fix find required for VTK package
+ - Allow for CMAKE_OSX_SYSROOT to work with single architecture
+ - Add context information when a source file cannot be found.
+ - Report the directory-level context even if no list file 
+   is currently being processed.
+ 
  Changes in CMake 2.6.0 RC 9
  



More information about the Cmake-commits mailing list