diff options
author | Brad King <brad.king@kitware.com> | 2010-06-08 13:22:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-08 13:22:43 (GMT) |
commit | 25619a87fc134839fb593a30d775469feeb6a39f (patch) | |
tree | dbf20e862099a37924e3b2d99c622eb95336422c /ChangeLog.manual | |
parent | 693f98c10565d169c1879f6be37339828eb044bc (diff) | |
download | CMake-25619a87fc134839fb593a30d775469feeb6a39f.zip CMake-25619a87fc134839fb593a30d775469feeb6a39f.tar.gz CMake-25619a87fc134839fb593a30d775469feeb6a39f.tar.bz2 |
ChangeLog: Mention new Sun compiler support
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index a2af9e4..bee828a 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -46,6 +46,7 @@ Changes since CMake 2.8.1 - Recognize ARM ABI/EABI with GNU compilers - Search basic directories on "Generic" platform - Set MSVC* variables consistently on all generators, and test +- Support SunPro C++ 5.11 on Linux (new compiler) - Support VS 10 Express (related to #10670) - Support compression with 'cmake -E tar' - Support multiple arguments in CC,CXX,FC environment variables |