[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.37 1.97.2.38 ChangeLog.manual 1.1.8.40 1.1.8.41

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 26 22:57:02 EDT 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: move changes from head


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.37
retrieving revision 1.97.2.38
diff -u -d -r1.97.2.37 -r1.97.2.38
--- CMakeLists.txt	25 Oct 2007 18:03:48 -0000	1.97.2.37
+++ CMakeLists.txt	27 Oct 2007 02:57:00 -0000	1.97.2.38
@@ -7,7 +7,7 @@
 SET(CMake_VERSION_MINOR 4)
 SET(CMake_VERSION_PATCH 8)
 # for an actual release this should not be defined
-SET(CMake_VERSION_RC 1)
+SET(CMake_VERSION_RC 2)
 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.40
retrieving revision 1.1.8.41
diff -u -d -r1.1.8.40 -r1.1.8.41
--- ChangeLog.manual	25 Oct 2007 18:03:48 -0000	1.1.8.40
+++ ChangeLog.manual	27 Oct 2007 02:57:00 -0000	1.1.8.41
@@ -1,4 +1,7 @@
-Changes in CMake 2.4.8
+Changes in CMake 2.4.8 RC 2
+* fix for bug 5590 relative paths in windows not working across drives
+* fix warning/error with TAR_VERBOSE flag
+Changes in CMake 2.4.8 RC 1
 * Fix for kde4-config location 
 * Fix for self extracting .sh files on solaris
 * Remove KDE3_ENABLE_FINAL (did not work)



More information about the Cmake-commits mailing list