[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.38 1.97.2.39 ChangeLog.manual 1.1.8.41 1.1.8.42

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 4 17:14:07 EST 2007


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.38
retrieving revision 1.97.2.39
diff -u -d -r1.97.2.38 -r1.97.2.39
--- CMakeLists.txt	27 Oct 2007 02:57:00 -0000	1.97.2.38
+++ CMakeLists.txt	4 Dec 2007 22:14:05 -0000	1.97.2.39
@@ -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 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.41
retrieving revision 1.1.8.42
diff -u -d -r1.1.8.41 -r1.1.8.42
--- ChangeLog.manual	27 Oct 2007 02:57:00 -0000	1.1.8.41
+++ ChangeLog.manual	4 Dec 2007 22:14:05 -0000	1.1.8.42
@@ -1,3 +1,9 @@
+Changes in CMake 2.4.8 RC 3
+* fix for bug 5363: GET_TARGET_PROPERTY(... DEBUG_LOCATION) 
+  returns value containing $(OutDir)
+* Better error from ctest if nightly time not set
+* Fix for exception handling flags in VS 2003 and up
+* Avoid relinking exclude-from-all directory targets before install
 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
@@ -22,11 +28,9 @@
 Changes in CMake 2.4.7
 --- RC 11 ----
 * Fix bug 5238 for cygwin versioned executables 
-
-* Allow for platform choice of executable shared libs install
-
+* Fix bug 4805 Allow for platform choice of executable
+   shared libs install
 * Fix @ONLY issues with RC 10
-
 * Add -E make_directory to cmake executable
 --- RC 10 ----
 * Fix rebuild problem with makefiles and cmake vs CMakeSetup 



More information about the Cmake-commits mailing list