diff options
author | David Cole <david.cole@kitware.com> | 2012-10-24 15:43:00 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-10-24 15:43:00 (GMT) |
commit | 52cd8e83d4c7dfefec2058e7afd3523cfa572ce9 (patch) | |
tree | 3d364615f343e66c37fe0ee98a64c4a562d549d1 /ChangeLog.manual | |
parent | 4bda4b1c1cd6a75e5cf84d4275bd451ce8a5631c (diff) | |
download | CMake-52cd8e83d4c7dfefec2058e7afd3523cfa572ce9.zip CMake-52cd8e83d4c7dfefec2058e7afd3523cfa572ce9.tar.gz CMake-52cd8e83d4c7dfefec2058e7afd3523cfa572ce9.tar.bz2 |
CMake 2.8.10-rc3
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index a7fd2db..ecf03f5 100644 --- a/ChangeLog.manual +++ b/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): |