[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.55 1.144.2.56 ChangeLog.manual 1.1.10.52 1.1.10.53

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 4 17:04:50 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in a few more changes for RC 11


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.55
retrieving revision 1.144.2.56
diff -C 2 -d -r1.144.2.55 -r1.144.2.56
*** CMakeLists.txt	4 Feb 2009 16:44:01 -0000	1.144.2.55
--- CMakeLists.txt	4 Feb 2009 22:04:47 -0000	1.144.2.56
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 10)
  # 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 3)
! SET(CMake_VERSION_RC 11)
  # 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.52
retrieving revision 1.1.10.53
diff -C 2 -d -r1.1.10.52 -r1.1.10.53
*** ChangeLog.manual	4 Feb 2009 16:44:01 -0000	1.1.10.52
--- ChangeLog.manual	4 Feb 2009 22:04:47 -0000	1.1.10.53
***************
*** 1,2 ****
--- 1,14 ----
+ Changes in CMake 2.6.3 RC 11
+ - Fix old-style install to prefix top
+ - Fix Docs for relative paths in link_directories
+ - Fix OS X dylib version flags for more linkers 
+ - Add some extra search paths for Haiku
+ - Fix FindDoxygen not respecting QUIET and REQUIRED
+ - Fix FindGDAL, FindLua50 FindLua51 FindMPEG2
+ - add FindOpenSceneGraph.cmake
+ - Fixes for FindOSG
+ - Fix FindQt4 find .moc files if there are spaces between # and include#8433.
+ - Change haiku to use dlopen functions and not BEOS stuff
+ 
  Changes in CMake 2.6.3 RC 10
  - Fix issue #7470. Allow spaces in the path names for CPack NSIS.



More information about the Cmake-commits mailing list