[cmake-commits] hoffman committed CMakeLists.txt 1.97.2.36 1.97.2.37 ChangeLog.manual 1.1.8.39 1.1.8.40

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 25 14:03:51 EDT 2007


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

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in stuff from head


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.97.2.36
retrieving revision 1.97.2.37
diff -u -d -r1.97.2.36 -r1.97.2.37
--- CMakeLists.txt	16 Jul 2007 14:59:29 -0000	1.97.2.36
+++ CMakeLists.txt	25 Oct 2007 18:03:48 -0000	1.97.2.37
@@ -5,9 +5,9 @@
 # The CMake version number.
 SET(CMake_VERSION_MAJOR 2)
 SET(CMake_VERSION_MINOR 4)
-SET(CMake_VERSION_PATCH 7)
+SET(CMake_VERSION_PATCH 8)
 # for an actual release this should not be defined
-#SET(CMake_VERSION_RC 11)
+SET(CMake_VERSION_RC 1)
 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.39
retrieving revision 1.1.8.40
diff -u -d -r1.1.8.39 -r1.1.8.40
--- ChangeLog.manual	29 Jun 2007 16:58:17 -0000	1.1.8.39
+++ ChangeLog.manual	25 Oct 2007 18:03:48 -0000	1.1.8.40
@@ -1,3 +1,21 @@
+Changes in CMake 2.4.8
+* Fix for kde4-config location 
+* Fix for self extracting .sh files on solaris
+* Remove KDE3_ENABLE_FINAL (did not work)
+* KDE3 fix for 64 bit location of plugins
+* mark PYTHON_EXECUTABLE as advanced
+* Fix for version numbers on NetBSD
+* Add more search directories (install prefix and cmake location)
+* include WindowsPaths in Windows.cmake not just Windows-cl.cmake
+* documentation fix for file, find_package, try_run
+* add IS_ABSOLUTE to if
+* INSTALL() everything which doesn't have a COMPONENT set, is assigned 
+  to the COMPONENT "Unspecified"
+* make #cmakedefine output match autoconf when undefined
+* document cmake remove -f
+* document order of -D and -P
+* add support for DragonFly and GNU hurd
+* fix for fortran depends doing too many scans
 Changes in CMake 2.4.7
 --- RC 11 ----
 * Fix bug 5238 for cygwin versioned executables 



More information about the Cmake-commits mailing list