diff options
author | David Cole <david.cole@kitware.com> | 2010-10-29 15:21:36 -0400 |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2010-10-29 15:21:36 -0400 |
commit | e5b50a9ada44f83978cd7c153fdc0c48cf6a6057 (patch) | |
tree | 2b9728073bb53e38e928237a2ab6d876cab292c1 | |
parent | f54715170bf0df621ee6fa9f55a6769fb004f3fd (diff) | |
download | cmake-e5b50a9ada44f83978cd7c153fdc0c48cf6a6057.tar.gz |
CMake 2.8.3-rc4
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog.manual | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e46a62479..f023b15a88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -420,7 +420,7 @@ SET(CMake_VERSION_MAJOR 2) SET(CMake_VERSION_MINOR 8) SET(CMake_VERSION_PATCH 3) SET(CMake_VERSION_TWEAK 0) -SET(CMake_VERSION_RC 3) +SET(CMake_VERSION_RC 4) # Releases define a tweak level. IF(DEFINED CMake_VERSION_TWEAK) diff --git a/ChangeLog.manual b/ChangeLog.manual index cff9d06290..7edab54d18 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,26 @@ +Changes in CMake 2.8.3-rc4 (since 2.8.3-rc3) +-------------------------------------------- +Bill Hoffman (1): + When processing DartMeasurements use the tests working directory. + +David Cole (2): + ExternalProject: No svn --username if empty (#11173) + Avoid problem reading jni.h on Macs. + +David Partyka (5): + Fixed appending PATH to dumpbin tool from growing without bounds. + Switch to CMAKE_PATH when doing PATH comparisons on Windows. + Remove unecessary TO_CMAKE_PATH for gp_cmd_dir. + Append the gp_tool path to the system PATH using native slashes. + Fixes to GetPrerequisites for cygwin + +Eric NOULARD (1): + CPackDeb Added several optional debian binary package fields + +Marcus D. Hanwell (2): + ENH: Added case for Python 2.7. + Fixed parallel build for generators with EXTRA. + Changes in CMake 2.8.3-rc3 (since 2.8.3-rc2) -------------------------------------------- Alex Neundorf (4): |