[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.41 1.97.2.42
ChangeLog.manual 1.1.8.44 1.1.8.45
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Dec 17 17:40:59 EST 2007
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv5723
Modified Files:
Tag: CMake-2-4
CMakeLists.txt ChangeLog.manual
Log Message:
ENH: move changes from main tree
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.41
retrieving revision 1.97.2.42
diff -u -d -r1.97.2.41 -r1.97.2.42
--- CMakeLists.txt 12 Dec 2007 03:28:44 -0000 1.97.2.41
+++ CMakeLists.txt 17 Dec 2007 22:40:57 -0000 1.97.2.42
@@ -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 5)
+SET(CMake_VERSION_RC 6)
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.44
retrieving revision 1.1.8.45
diff -u -d -r1.1.8.44 -r1.1.8.45
--- ChangeLog.manual 12 Dec 2007 03:28:44 -0000 1.1.8.44
+++ ChangeLog.manual 17 Dec 2007 22:40:57 -0000 1.1.8.45
@@ -1,6 +1,12 @@
+Changes in CMake 2.4.8 RC 6
+* Fix for bug 6006 INSTALL DIRECTORY signature problem
+* Update FindQt4 from CVS Head for many bug fixes
+* Fix bug 5638 CMAKE_INSTALL_PREFIX not working on SunOS with CC
+* Fix bug 6117 FindPkgConfig can run twice now
+* Fix bug 6124 touch.exe was required for fortran
Changes in CMake 2.4.8 RC 5
* Fix bug 6106 FindPerlLibs.cmake missing escaped $
-* Allow NODEFAULTLIBS to have more than one value
+* Allow NODEFAULTLIBS to have more than one value bug 5455
* 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
More information about the Cmake-commits
mailing list