[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.29 1.97.2.30 ChangeLog.manual 1.1.8.33 1.1.8.34

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 17 14:41:54 EDT 2007


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.29
retrieving revision 1.97.2.30
diff -u -d -r1.97.2.29 -r1.97.2.30
--- CMakeLists.txt	16 Mar 2007 22:05:42 -0000	1.97.2.29
+++ CMakeLists.txt	17 May 2007 18:41:52 -0000	1.97.2.30
@@ -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 5)
+SET(CMake_VERSION_RC 6)
 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.33
retrieving revision 1.1.8.34
diff -u -d -r1.1.8.33 -r1.1.8.34
--- ChangeLog.manual	16 Mar 2007 22:05:42 -0000	1.1.8.33
+++ ChangeLog.manual	17 May 2007 18:41:52 -0000	1.1.8.34
@@ -1,5 +1,14 @@
 Changes in CMake 2.4.7
+--- RC 6 ---
+* Fix stack reporting bug in macros and include
 
+* Fix double quote in -D flags for vs broken in RC 5
+
+* Fix problem with newer curl and curl_getdate changes
+
+* Do not emit link paths /usr/lib32 and /usr/lib64 with -L
+
+---RC 5 ----
 * Fix for bug# 4423, LANGUAGE property now works in VS IDE
 
 * Fix for RUN_TESTS running the tests twice in VS IDE



More information about the Cmake-commits mailing list