[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.40 1.97.2.41
ChangeLog.manual 1.1.8.43 1.1.8.44
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Dec 11 22:28:47 EST 2007
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv17540
Modified Files:
Tag: CMake-2-4
CMakeLists.txt ChangeLog.manual
Log Message:
ENH: changes for RC5
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.40
retrieving revision 1.97.2.41
diff -u -d -r1.97.2.40 -r1.97.2.41
--- CMakeLists.txt 5 Dec 2007 15:40:33 -0000 1.97.2.40
+++ CMakeLists.txt 12 Dec 2007 03:28:44 -0000 1.97.2.41
@@ -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 4)
+SET(CMake_VERSION_RC 5)
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.43
retrieving revision 1.1.8.44
diff -u -d -r1.1.8.43 -r1.1.8.44
--- ChangeLog.manual 5 Dec 2007 15:40:00 -0000 1.1.8.43
+++ ChangeLog.manual 12 Dec 2007 03:28:44 -0000 1.1.8.44
@@ -1,3 +1,11 @@
+Changes in CMake 2.4.8 RC 5
+* Fix bug 6106 FindPerlLibs.cmake missing escaped $
+* Allow NODEFAULTLIBS to have more than one value
+* Suppress regeneration of makefiles during try compile avoid infinite
+ loop in trycompile with some vs 2005 builds.
+* Rest of Fix for fix 5363, removes warning on vs 6
+* Allow for debug libraries in InstallRequiredSystemLibraries.cmake for vs8
+* Fix for bug 4605 JavaEmbedding.framework should not be used.
Changes in CMake 2.4.8 RC 4
* fix for cpack and messing up PATH with NSIS
Changes in CMake 2.4.8 RC 3
More information about the Cmake-commits
mailing list