[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.35 1.144.2.36 ChangeLog.manual 1.1.10.34 1.1.10.35

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jul 30 14:54:51 EDT 2008


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.35
retrieving revision 1.144.2.36
diff -C 2 -d -r1.144.2.35 -r1.144.2.36
*** CMakeLists.txt	28 Jul 2008 15:31:35 -0000	1.144.2.35
--- CMakeLists.txt	30 Jul 2008 18:54:49 -0000	1.144.2.36
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 1)
! SET(CMake_VERSION_RC 14)
  # 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 1)
! SET(CMake_VERSION_RC 15)
  # 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.34
retrieving revision 1.1.10.35
diff -C 2 -d -r1.1.10.34 -r1.1.10.35
*** ChangeLog.manual	28 Jul 2008 15:31:35 -0000	1.1.10.34
--- ChangeLog.manual	30 Jul 2008 18:54:49 -0000	1.1.10.35
***************
*** 1,5 ****
--- 1,24 ----
+ Changes in CMake 2.6.1 RC 15
+ - Fix bug 7426 FindJPEG module causes error when setting JPEG_LIBRARY to blank
+ - Fix bug 7414 PackageMaker generator crashes when given components
+   with circular dependencies
+ - Fix source files to not add extra /, and look for extensions for
+   all enabled languages.
+ - Change link line to preserve input given to target_link_libraries even
+   if a shared library is repeated.  
+ - Fix for bug 7421, fortran did not get arch flags on the mac
+ - For CMP0008 do not depend on the files that are not there, which
+   makes the Xcode generator delete executables after they are built.
+ - Work around Boost 1.36.0 bug fix on Darwin by setting the mangled 
+   compiler name to -xgccVERSION
+ - Updated FindImageMagick to:
+   - Find newer additions such as animate, compare, etc.
+   - Find development api: Magick++, MagickCore, MagickWand
+   - Use FindPackageHandleStandardArgs to output standard messages.
+ 
  Changes in CMake 2.6.1 RC 14
  - Change dashboard submission to go directly to CDash.
  - Add policy CMP0008- Full-path libraries must be a valid library file name
+ 
  Changes in CMake 2.6.1 RC 12
  - More find locations for FindJNI.



More information about the Cmake-commits mailing list