Browse Source

CMake 2.8.11-rc4

Robert Maynard 13 years ago
parent
commit
6162e0ff2d
2 changed files with 11 additions and 1 deletions
  1. 10 0
      ChangeLog.manual
  2. 1 1
      Source/CMakeVersion.cmake

+ 10 - 0
ChangeLog.manual

@@ -1,3 +1,13 @@
+Changes in CMake 2.8.11-rc4 (since 2.8.11-rc3)
+----------------------------------------------
+Brad King (1):
+      target_link_libraries: Update usage requirements documentation
+
+Stephen Kelly (3):
+      Centralize maintenance of usage requirement include directories
+      Fix include dir propagation from conditionally linked targets
+      Memoize usage requirement include directories in a config-specific map
+
 Changes in CMake 2.8.11-rc3 (since 2.8.11-rc2)
 ----------------------------------------------
 Brad King (1):

+ 1 - 1
Source/CMakeVersion.cmake

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