summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-07-28 11:13:40 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2006-07-28 11:13:40 -0400
commit9680017c151e0371f5bcc4c4293995e7ab99f8a7 (patch)
tree46e0346d0c88dad2f1f596520b27334d36a272b5
parentc8dab9636208866f3b86fa6113cdd00c47e160cc (diff)
downloadcmake-9680017c151e0371f5bcc4c4293995e7ab99f8a7.tar.gz
ENH: changes on branch
-rw-r--r--ChangeLog.manual9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual
index ed79ce3709..4d4d30f0ed 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,8 +1,13 @@
Changes in CMake 2.4.3
-* better prototype for main in try compile of c programs avoids warnings in logs.
+* Fix for Xcode all projects to prevent -fvisibility=hidden flags. This is
+needed to make RTTI work by default.
-* with visual studio do not use incremental linking for release builds by default.
+* better prototype for main in try compile of c programs avoids warnings in
+logs.
+
+* with visual studio do not use incremental linking for release builds by
+default.
* fix bootstrap to use more ansi c main it test compiler