[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.38 1.144.2.39 ChangeLog.manual 1.1.10.36 1.1.10.37

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 6 17:04:20 EDT 2008


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.38
retrieving revision 1.144.2.39
diff -C 2 -d -r1.144.2.38 -r1.144.2.39
*** CMakeLists.txt	1 Aug 2008 15:03:41 -0000	1.144.2.38
--- CMakeLists.txt	6 Aug 2008 21:04:16 -0000	1.144.2.39
***************
*** 354,359 ****
  SET(CMake_VERSION_MAJOR 2)
  SET(CMake_VERSION_MINOR 6)
! SET(CMake_VERSION_PATCH 1)
! #SET(CMake_VERSION_RC 16)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable
--- 354,359 ----
  SET(CMake_VERSION_MAJOR 2)
  SET(CMake_VERSION_MINOR 6)
! SET(CMake_VERSION_PATCH 2)
! SET(CMake_VERSION_RC 1)
  # 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.36
retrieving revision 1.1.10.37
diff -C 2 -d -r1.1.10.36 -r1.1.10.37
*** ChangeLog.manual	31 Jul 2008 15:52:24 -0000	1.1.10.36
--- ChangeLog.manual	6 Aug 2008 21:04:17 -0000	1.1.10.37
***************
*** 1,2 ****
--- 1,18 ----
+ Changes in CMake 2.6.2 RC 1
+ - Fix abort in eclipse generator with empty EXECUTABLE_OUTPUT_PATH
+ - Fix FindKDE3.cmake syntax error
+ - Fix custom command output by relative path not always working
+ - Fix bug, Do not convert RPATH entries to full path.
+ - Allow for "$ORIGIN" into the RPATH
+ - Allow for static libraries with lots of objects using archive append
+ - Fix documentation for FindImageMagick.cmake
+ - Fix link error with MS compiler and comdef
+ - Fix crash when attempting to load the RPATH out of a non-ELF file
+ - Add --trace option to cmake allowing for the tracing of a cmake run
+ - Fix for issue #4971 where the case of the drive letter component of
+   the filenames might be different when analyzing gcov output.
+ - Add warning level W0 to visual studio
+ - Add support for OSX library version flags
+ 
  Changes in CMake 2.6.1 RC 16
  - Fix for bug 7427, preinstall target name hard coded



More information about the Cmake-commits mailing list