[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.19 1.97.2.20 ChangeLog.manual 1.1.8.26 1.1.8.27

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Dec 1 11:04:25 EST 2006


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in fix for seg fault and move to RC 4


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.19
retrieving revision 1.97.2.20
diff -u -d -r1.97.2.19 -r1.97.2.20
--- CMakeLists.txt	30 Nov 2006 23:13:49 -0000	1.97.2.19
+++ CMakeLists.txt	1 Dec 2006 16:04:22 -0000	1.97.2.20
@@ -7,7 +7,7 @@
 SET(CMake_VERSION_MINOR 4)
 SET(CMake_VERSION_PATCH 5)
 # for an actual release this should not be defined
-SET(CMake_VERSION_RC 3)
+SET(CMake_VERSION_RC 4)
 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.26
retrieving revision 1.1.8.27
diff -u -d -r1.1.8.26 -r1.1.8.27
--- ChangeLog.manual	30 Nov 2006 23:13:49 -0000	1.1.8.26
+++ ChangeLog.manual	1 Dec 2006 16:04:22 -0000	1.1.8.27
@@ -1,4 +1,6 @@
 Changes in CMake 2.4.5
+* Fix for seg fault when a macro runs a bad command BUG# 3815
+
 * Fix fix for foo.dll.lib that does not brea -L/usr/lib in link names
 
 * Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll foo.dll.lib 



More information about the Cmake-commits mailing list