summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-04-23 15:02:51 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-04-23 15:02:51 -0400
commit3beb33e8fec4e2f20a0ab19c9f8cdd3df4504875 (patch)
tree2cf2185ff7454a00b826184d431a076ace22c7d7
parent1425a76bed9ee8561a082020fcef49f2117f42d3 (diff)
downloadcmake-3beb33e8fec4e2f20a0ab19c9f8cdd3df4504875.tar.gz
ENH: rc9 ready
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog.manual16
2 files changed, 3 insertions, 15 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3c42db05e0..c83cd0481f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -354,7 +354,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 0)
-SET(CMake_VERSION_RC 85)
+SET(CMake_VERSION_RC 9)
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")
diff --git a/ChangeLog.manual b/ChangeLog.manual
index 972ef71179..8825987448 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,37 +1,25 @@
-Changes in CMake 2.6.0 RC 85
+Changes in CMake 2.6.0 RC 9
- Fix bug in install command with BUNDLE DESTINATION
- Make mac install symlinks check for errors
- Fix for CMP0007, to not warn about empty lists
-
-Changes in CMake 2.6.0 RC 84
-
- Preserve static libraries when linked multiple times
-
-Changes in CMake 2.6.0 RC 83
-
- Use c compiler path to find asm compiler
- Allow RC compiler to not get all COMPILE_FLAGS
- Complete overhaul for FindBoost.cmake
- Minor fixes for FindMPI.cmake
- Fix for list command and empty list elements CMP0007
- Fix for VS6 and sub-groups
-
-Changes in CMake 2.6.0 RC 82
-
- Fix bug 6440, and make sure _INIT flags do not overright cache values
- Do not report CMP0003 for anything other than -l
- Fix crash in fortran depend scanning, bug 6855
- Fix timeout values for cmake's own tests
-
-Changes in CMake 2.6.0 RC 81
-
- Better message in compiler ABI detect
- Fixes for cpack x11 packages on leopard
- Changes to cpack options names
- Fixes for FindMPI on 64 bit MS MPI
- Fix for -isystem for wxWidgets
-- Some fixes to chrpath during installation
+- Some fixes for chrpath during installation
- Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE (CMP0006)
- Do not use debug postfix when building frameworks on the Mac
- Fix exception handling off/on issue with visual studio IDE generators