[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.30 1.97.2.31 ChangeLog.manual 1.1.8.34 1.1.8.35

cmake-commits at cmake.org cmake-commits at cmake.org
Mon May 28 10:07:05 EDT 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in changes from branch RC 7


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.30
retrieving revision 1.97.2.31
diff -u -d -r1.97.2.30 -r1.97.2.31
--- CMakeLists.txt	17 May 2007 18:41:52 -0000	1.97.2.30
+++ CMakeLists.txt	28 May 2007 14:07:03 -0000	1.97.2.31
@@ -7,7 +7,7 @@
 SET(CMake_VERSION_MINOR 4)
 SET(CMake_VERSION_PATCH 7)
 # for an actual release this should not be defined
-SET(CMake_VERSION_RC 6)
+SET(CMake_VERSION_RC 7)
 SET(CMake_VERSION "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")
 SET(CMake_VERSION_FULL "${CMake_VERSION}.${CMake_VERSION_PATCH}")
 

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.8.34
retrieving revision 1.1.8.35
diff -u -d -r1.1.8.34 -r1.1.8.35
--- ChangeLog.manual	17 May 2007 18:41:52 -0000	1.1.8.34
+++ ChangeLog.manual	28 May 2007 14:07:03 -0000	1.1.8.35
@@ -1,4 +1,19 @@
 Changes in CMake 2.4.7
+--- RC 7 ---
+* Fix @ in Xcode projects
+
+* add some fixes for FindSWIG.cmake
+
+* Fix new line stuff in UsePkgConfig.cmake
+
+* Add new FindPkgConfig.cmake from CVS 
+
+* improve docs for try_compile and list commands
+
+* fix for bug 4384, preserve sym links in install directory
+
+* Use platform variable for link path exclusion added in RC6
+
 --- RC 6 ---
 * Fix stack reporting bug in macros and include
 



More information about the Cmake-commits mailing list