[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.42 1.97.2.43
ChangeLog.manual 1.1.8.45 1.1.8.46
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Dec 18 15:02:09 EST 2007
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv28246
Modified Files:
Tag: CMake-2-4
CMakeLists.txt ChangeLog.manual
Log Message:
ENH: merge in from main tree
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.42
retrieving revision 1.97.2.43
diff -u -d -r1.97.2.42 -r1.97.2.43
--- CMakeLists.txt 17 Dec 2007 22:40:57 -0000 1.97.2.42
+++ CMakeLists.txt 18 Dec 2007 20:02:07 -0000 1.97.2.43
@@ -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 6)
+SET(CMake_VERSION_RC 7)
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.45
retrieving revision 1.1.8.46
diff -u -d -r1.1.8.45 -r1.1.8.46
--- ChangeLog.manual 17 Dec 2007 22:40:57 -0000 1.1.8.45
+++ ChangeLog.manual 18 Dec 2007 20:02:07 -0000 1.1.8.46
@@ -1,3 +1,8 @@
+Changes in CMake 2.4.8 RC 7
+* Fix tar long file path issue with cpack
+* Add beta support for VS 9
+* Fix variable name in docs for FindPkgConfig bug 5722
+* Fix for bug 5645 ifort bad pic flag on linux
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
More information about the Cmake-commits
mailing list