summaryrefslogtreecommitdiffstats
path: root/ChangeLog.manual
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-19 16:30:38 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-19 16:30:38 (GMT)
commit74bd892610ec7febd260a41a401bf9ca38e8e752 (patch)
treef898b8844b089fa702c17aa60856246ae939b4e7 /ChangeLog.manual
parent9a64e11474dfcf58c388e270731f19f3414c46fa (diff)
downloadCMake-74bd892610ec7febd260a41a401bf9ca38e8e752.zip
CMake-74bd892610ec7febd260a41a401bf9ca38e8e752.tar.gz
CMake-74bd892610ec7febd260a41a401bf9ca38e8e752.tar.bz2
ENH: add changelog for 2.4
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r--ChangeLog.manual43
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual
new file mode 100644
index 0000000..eef126f
--- /dev/null
+++ b/ChangeLog.manual
@@ -0,0 +1,43 @@
+Changes in CMake 2.4.0
+
+* CPack beta
+
+* Visual Studio 2005 win64 support
+
+* Improved install support
+
+* Improved FIND_PROGRAM, FIND_LIBRARY, FIND_PATH, FIND_FILE
+
+* Improved support for finding/using OSX Frameworks
+
+* Multiple output support for custom commands
+
+* Color output in make with vt100 terminals CMAKE_COLOR_MAKFILE
+
+* Better variables for MSVC MSVC80
+
+* Library path order is preserved
+
+* Fix for text file busy in xcodebuild runs
+
+* Better bundle support on OSX
+
+* ctest -S scripts can run in new process with new environment
+
+* OSX universal binary support
+
+* Watcom support
+
+* MinGW and MSYS support
+
+* Visual studio 2005 manifest support
+
+* Better handling of RPATH, no longer put rpath in install tree
+
+* Fix OUTPUT_NAME
+
+* ctest captures output from vcexpress
+
+* cmake --help-module can give help for cmake modules
+
+* Lots of bug fixes