[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.17 1.144.2.18 ChangeLog.manual 1.1.10.15 1.1.10.16

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 23 15:02:53 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: rc9 ready


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.17
retrieving revision 1.144.2.18
diff -C 2 -d -r1.144.2.17 -r1.144.2.18
*** CMakeLists.txt	23 Apr 2008 16:14:33 -0000	1.144.2.17
--- CMakeLists.txt	23 Apr 2008 19:02:51 -0000	1.144.2.18
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 85)
  # 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 9)
  # 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.15
retrieving revision 1.1.10.16
diff -C 2 -d -r1.1.10.15 -r1.1.10.16
*** ChangeLog.manual	23 Apr 2008 16:14:33 -0000	1.1.10.15
--- ChangeLog.manual	23 Apr 2008 19:02:51 -0000	1.1.10.16
***************
*** 1,14 ****
! Changes in CMake 2.6.0 RC 85
  
  - Fix bug in install command with BUNDLE DESTINATION
  - Make mac install symlinks check for errors
  - Fix for CMP0007, to not warn about empty lists
- 
- Changes in CMake 2.6.0 RC 84
- 
  - Preserve static libraries when linked multiple times 
- 
- Changes in CMake 2.6.0 RC 83
- 
  - Use c compiler path to find asm compiler
  - Allow RC compiler to not get all COMPILE_FLAGS
--- 1,8 ----
! Changes in CMake 2.6.0 RC 9
  
  - Fix bug in install command with BUNDLE DESTINATION
  - Make mac install symlinks check for errors
  - Fix for CMP0007, to not warn about empty lists
  - Preserve static libraries when linked multiple times 
  - Use c compiler path to find asm compiler
  - Allow RC compiler to not get all COMPILE_FLAGS
***************
*** 17,30 ****
  - Fix for list command and empty list elements CMP0007
  - Fix for VS6 and sub-groups
- 
- Changes in CMake 2.6.0 RC 82
- 
  - Fix bug 6440, and make sure _INIT flags do not overright cache values
  - Do not report CMP0003 for anything other than -l
  - Fix crash in fortran depend scanning, bug 6855
  - Fix timeout values for cmake's own tests
- 
- Changes in CMake 2.6.0 RC 81
- 
  - Better message in compiler ABI detect
  - Fixes for cpack x11 packages on leopard
--- 11,18 ----
***************
*** 32,36 ****
  - 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
--- 20,24 ----
  - Fixes for FindMPI on 64 bit MS MPI
  - Fix for -isystem for wxWidgets
! - Some fixes for 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



More information about the Cmake-commits mailing list