[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.34 1.97.2.35 ChangeLog.manual 1.1.8.38 1.1.8.39

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 29 12:58:19 EDT 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: RC 11


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.34
retrieving revision 1.97.2.35
diff -u -d -r1.97.2.34 -r1.97.2.35
--- CMakeLists.txt	6 Jun 2007 14:41:10 -0000	1.97.2.34
+++ CMakeLists.txt	29 Jun 2007 16:58:17 -0000	1.97.2.35
@@ -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 10)
+SET(CMake_VERSION_RC 11)
 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.38
retrieving revision 1.1.8.39
diff -u -d -r1.1.8.38 -r1.1.8.39
--- ChangeLog.manual	6 Jun 2007 14:41:10 -0000	1.1.8.38
+++ ChangeLog.manual	29 Jun 2007 16:58:17 -0000	1.1.8.39
@@ -1,4 +1,12 @@
 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 @ONLY issues with RC 10
+
+* Add -E make_directory to cmake executable
 --- RC 10 ----
 * Fix rebuild problem with makefiles and cmake vs CMakeSetup 
 --- RC 9 ---



More information about the Cmake-commits mailing list