[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.26 1.97.2.27 ChangeLog.manual 1.1.8.30 1.1.8.31

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 15 12:45:09 EST 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in changes from main tree, including fix for exception stuff in vs 7


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.26
retrieving revision 1.97.2.27
diff -u -d -r1.97.2.26 -r1.97.2.27
--- CMakeLists.txt	6 Feb 2007 15:01:21 -0000	1.97.2.26
+++ CMakeLists.txt	15 Feb 2007 17:45:07 -0000	1.97.2.27
@@ -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 2)
+SET(CMake_VERSION_RC 3)
 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.30
retrieving revision 1.1.8.31
diff -u -d -r1.1.8.30 -r1.1.8.31
--- ChangeLog.manual	5 Feb 2007 18:21:32 -0000	1.1.8.30
+++ ChangeLog.manual	15 Feb 2007 17:45:07 -0000	1.1.8.31
@@ -1,4 +1,15 @@
 Changes in CMake 2.4.7
+* Fix for if command scope issues
+
+* Fix for relative path issue with paths ending in /.
+
+* CMakeSetup saves the size of the dialog from the last run
+
+* Fix for bug 4399, find qt designer on mac
+
+* Fix for bug 4420 include unicode libs in cpack for vs8
+
+* Fix for bug 4414 add_dependencies and set_target_properties can set any target not just the ones in the current directory.
 
 * Add support for cygwin setup packages to setup
 



More information about the Cmake-commits mailing list