summaryrefslogtreecommitdiff
path: root/ChangeLog.manual
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-06-27 06:59:58 -0400
committerDavid Cole <david.cole@kitware.com>2011-06-27 06:59:58 -0400
commit73c12803e6c672ba5c441d2049ef22cfbc12873e (patch)
treeb0c954127e08a06ca1eccc89e79ddb653b5ea0e3 /ChangeLog.manual
parent8d7884c84a6071a282a61c992e41391834788d51 (diff)
downloadcmake-73c12803e6c672ba5c441d2049ef22cfbc12873e.tar.gz
CMake 2.8.5-rc3 include regression fix
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r--ChangeLog.manual6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual
index e9694f4c1f..02a43070b3 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,5 +1,11 @@
Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2)
--------------------------------------------
+Bill Hoffman (4):
+ Use devenv instead of msbuild for vs2010.
+ Revert "With very long file names, VS 2010 was unable to compile files."
+ Use relative paths for custom command inputs.
+ Look for VCExpress as a possible build tool as well as devenv.
+
Brad King (3):
KWSys: Recognize color TERM=screen-256color-bce (#12287)
find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248)