diff options
author | Brad King <brad.king@kitware.com> | 2013-06-10 15:23:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-06-10 15:23:36 (GMT) |
commit | 30fd0b2d38102af3d09c11d997467530d6df530b (patch) | |
tree | b0ed78b1d0ee2797c058aafbca2cb9e1eaa157f1 | |
parent | 9ac601618ef93ac4c5c6805fe3bb7d19a56bf5a6 (diff) | |
parent | c479a06d80bd4b4eecb0923fc7cafcd5a82b3dbc (diff) | |
download | CMake-30fd0b2d38102af3d09c11d997467530d6df530b.zip CMake-30fd0b2d38102af3d09c11d997467530d6df530b.tar.gz CMake-30fd0b2d38102af3d09c11d997467530d6df530b.tar.bz2 |
Merge branch 'release'
-rw-r--r-- | ChangeLog.manual | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index a0da0d5..ff3074d 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,26 @@ +Changes in CMake 2.8.11.1 (since 2.8.11) +---------------------------------------- +Brad King (5): + ExternalData: Do not re-stage staged object files + try_compile: Fix quoting of libraries in generated CMakeLists.txt + KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176) + FindBoost: Fix handling of \ in input paths (#14179) + Xcode: Fix framework search paths in STATIC library targets (#14191) + +Modestas Vainius (1): + Fix test failures caused by regexp-sensitive characters in the build paths + +Stephen Kelly (9): + include_directories: Fix handling of empty or space-only entries + try_compile: Trim whitespace from LINK_LIBRARIES entries + cmTarget: Remove some hardcoding of transitive property names. + GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode. + GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property. + GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property. + FindQt4: Don't fail if certain Qt modules are unavailable. + Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules. + Genex: Fix the HEAD target used for evaluated expressions + Changes in CMake 2.8.11 (since 2.8.11-rc4) ---------------------------------------- None |