diff options
author | David Cole <david.cole@kitware.com> | 2011-06-21 17:05:02 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-06-21 17:05:02 (GMT) |
commit | e8e1048c5ff7b625af32cee6a3072e8d979d2033 (patch) | |
tree | 1424e797f778027dc0371cec26cbb800d3e8ef5f /ChangeLog.manual | |
parent | 4da6bea9e234f364ff510d3760c4fb05c2d2e214 (diff) | |
download | CMake-e8e1048c5ff7b625af32cee6a3072e8d979d2033.zip CMake-e8e1048c5ff7b625af32cee6a3072e8d979d2033.tar.gz CMake-e8e1048c5ff7b625af32cee6a3072e8d979d2033.tar.bz2 |
CMake 2.8.5-rc3
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index f642734..e9694f4 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,24 @@ +Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2) +-------------------------------------------- +Brad King (3): + KWSys: Recognize color TERM=screen-256color-bce (#12287) + find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248) + libarchive: Install COPYING with CMake documentation + +Christoph Höger (1): + FindJNI: Search in Fedora arch-specific JVM location (#12276) + +Julien Malik (1): + FindSWIG: Use NAMES in find_program directives (#12280) + +Modestas Vainius (1): + Documentation: Fix spelling / formatting errors (#12287) + +Philip Lowman (3): + FindBoost: Fixes #12188 + FindBoost: Also search for 1.46.1 + Detect VS 2010 SP1, faster and more robust detection + Changes in CMake 2.8.5-rc2 (since 2.8.5-rc1) -------------------------------------------- Bill Hoffman (6): |