[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.12 1.144.2.13 ChangeLog.manual 1.1.10.10 1.1.10.11

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Apr 20 20:44:52 EDT 2008


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.12
retrieving revision 1.144.2.13
diff -C 2 -d -r1.144.2.12 -r1.144.2.13
*** CMakeLists.txt	10 Apr 2008 16:43:49 -0000	1.144.2.12
--- CMakeLists.txt	21 Apr 2008 00:44:50 -0000	1.144.2.13
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 8)
  # 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 81)
  # 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.10
retrieving revision 1.1.10.11
diff -C 2 -d -r1.1.10.10 -r1.1.10.11
*** ChangeLog.manual	10 Apr 2008 16:50:59 -0000	1.1.10.10
--- ChangeLog.manual	21 Apr 2008 00:44:50 -0000	1.1.10.11
***************
*** 1,2 ****
--- 1,17 ----
+ Changes in CMake 2.6.0 RC 9
+ 
+ - Better message in compiler ABI detect
+ - Fixes for cpack x11 packages on leopard
+ - Changes to cpack options names 
+ - Fixes for FindMPI on 64 bit MS MPI
+ - Fix for -isystem for wxWidgets
+ - Some fixes to chrpath during installation
+ - Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE (CMP0006)
+ - Do not use debug postfix when building frameworks on the Mac
+ - Fix exception handling off/on issue with visual studio IDE generators
+ - Fix <OBJECT_DIR> to be native path style 
+ - Fix leak in cpack
+ - Some Qt GUI style changes
+ 
  Changes in CMake 2.6.0 RC 8
  



More information about the Cmake-commits mailing list