Explorar o código

CMake 2.8.10-rc3

David Cole %!s(int64=13) %!d(string=hai) anos
pai
achega
52cd8e83d4
Modificáronse 2 ficheiros con 17 adicións e 1 borrados
  1. 16 0
      ChangeLog.manual
  2. 1 1
      Source/CMakeVersion.cmake

+ 16 - 0
ChangeLog.manual

@@ -1,3 +1,19 @@
+Changes in CMake 2.8.10-rc3 (since 2.8.10-rc2)
+----------------------------------------------
+Rolf Eike Beer (2):
+      SelectLibraryConfigurations: add testcase
+      SelectLibraryConfigurations: fix for release and debug libs being the same
+
+Stephen Kelly (5):
+      BasicConfigVersion: Make docs refer to the macro, not the module name
+      Document LOCATION undefined behavior with use of LINKER_LANGUAGE.
+      GenEx: Add an accessor for imported targets in a makefile.
+      GenEx: Create cmGeneratorTargets for imported targets.
+      GexEx: Validate Target names and property names differently.
+
+Thomas Arcila (1):
+      SelectLibraryConfigurations: Fix foreach(x IN LISTS ...) syntax
+
 Changes in CMake 2.8.10-rc2 (since 2.8.10-rc1)
 ----------------------------------------------
 Alex Neundorf (2):

+ 1 - 1
Source/CMakeVersion.cmake

@@ -3,4 +3,4 @@ set(CMake_VERSION_MAJOR 2)
 set(CMake_VERSION_MINOR 8)
 set(CMake_VERSION_PATCH 10)
 set(CMake_VERSION_TWEAK 0)
-set(CMake_VERSION_RC 2)
+set(CMake_VERSION_RC 3)