diff options
author | David Cole <david.cole@kitware.com> | 2011-02-15 15:31:54 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-02-15 15:31:54 (GMT) |
commit | 1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2 (patch) | |
tree | 182b516796d5565131351d22cfc8826ede870868 /ChangeLog.manual | |
parent | d5d661d2b259447edfc89d130878f3a9b2203ea1 (diff) | |
download | CMake-1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2.zip CMake-1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2.tar.gz CMake-1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2.tar.bz2 |
CMake 2.8.4v2.8.4
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index b61bbdc..20998a3 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,23 @@ +Changes in CMake 2.8.4 (since 2.8.4-rc2) +---------------------------------------- +Alex Neundorf (1): + Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used + +Andreas Schneider (1): + FindPerlLibs: Add notice of copyright + +Brad King (3): + libarchive: Define major/minor/makedev only where needed (#11648) + libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815) + Fix documentation of MSVC_VERSION (#11833) + +David Cole (1): + Silence the may be used uninitialized warnings: initialize stuff. + +Eric NOULARD (2): + CPack Tests the different ways of packaging components + Avoid foreach IN LISTS syntax which is not supported by CMake 2.6 + Changes in CMake 2.8.4-rc2 (since 2.8.4-rc1) -------------------------------------------- Alex Neundorf (3): |