[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.39 1.144.2.40 ChangeLog.manual 1.1.10.37 1.1.10.38

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 3 09:43:18 EDT 2008


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.39
retrieving revision 1.144.2.40
diff -C 2 -d -r1.144.2.39 -r1.144.2.40
*** CMakeLists.txt	6 Aug 2008 21:04:16 -0000	1.144.2.39
--- CMakeLists.txt	3 Sep 2008 13:43:16 -0000	1.144.2.40
***************
*** 355,359 ****
  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
--- 355,359 ----
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 2)
! SET(CMake_VERSION_RC 2)
  # 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.37
retrieving revision 1.1.10.38
diff -C 2 -d -r1.1.10.37 -r1.1.10.38
*** ChangeLog.manual	6 Aug 2008 21:04:17 -0000	1.1.10.37
--- ChangeLog.manual	3 Sep 2008 13:43:16 -0000	1.1.10.38
***************
*** 1,2 ****
--- 1,44 ----
+ Changes in CMake 2.6.2 RC 2
+ - allow tool chains to limit object path length
+ - add info.plist to frameworks
+ - better preservation of user link lines
+ - add a get command for cmake policies
+ - support for imported libraries of unknown type
+ - support link interface in target_link_libraries
+ - Do not hang when select lies
+ - .m compiled with gcc and g++ on mac
+ - Fix issue when application bundle dir is removed cmake 
+   needs to re-run automatically
+ - Report an error when configure has one error
+ - Fix bug where -E commands stole command line options
+ - Fix infinite recursion bug with try-compile and change of compilers
+ - Fix delete and backspace in ccmake
+ - Fix coverage not to follow symlinks
+ - Add more possible languages for NSIS in cpack
+ - FindQt4.cmake fix bug #7433, add documentation that 
+   directories also can be specified to update the translation files.
+ - Add standard arg handling to FindPHP4.cmake
+ - Add X11R6 to search path for FindOpenGL
+ - update cmake-syntax.vim to have more keywords
+ - BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for
+   the environment, not together with the make executable
+ - UsePkgConfig.cmake - clean up, add a status message in case 
+   pkgconfig didn't find the package, sync with kde
+ - FindX11 look in more places
+ - FindTIFF look for more names
+ - FindQt3, make sure qt4 is not found and some style stuff
+ - FindPNG add more names of linpng (sync with the KDE version)
+ - FindKDE3/KDE4 sanity checks on qt versions found
+ - FindLibXMl2 also search for xmllint, which comes with libxml2 
+   (sync with FindLibXml2.cmake from KDE)
+ - Fix sizeof, and other compiler INFO string checks with 
+   GNU linker's --gc-sections
+ - Fix bogus dependency on executable targets when a linked library 
+   happended to match the name of an executable target
+ - Improve readability of circular depends error
+ - Fix crash on circular target dependencies
+ - find_package now knows about lib64 paths
+ - Fix gentoo elf security issue with RPATH and RUNPATH
+ 
  Changes in CMake 2.6.2 RC 1
  - Fix abort in eclipse generator with empty EXECUTABLE_OUTPUT_PATH
***************
*** 4,8 ****
  - 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
--- 46,50 ----
  - 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



More information about the Cmake-commits mailing list