core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm
changeset 385 79d3b00c9f45
parent 295 fb456bb938f9
child 390 f043313928a0
--- a/core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm	Wed Jul 29 13:45:03 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm	Thu Jul 30 14:55:52 2009 -0500
@@ -16,7 +16,7 @@
   </style>
 </head>
 <body bgcolor="#ffffff">
-<h2>Carbide.c++ Release Notes 2.1.0</h2>
+<h2>Carbide.c++ Release Notes 2.2.0</h2>
 <p>The Carbide.c++  is a comprehensive development tool suite for Symbian OS that is based on the Eclipse framework. The C++ Development Toolkit (CDT), provides the foundation for project and build tools management, as well as the primary interface for the debugger to communicate with the IDE. </p>
 <p>This is a collection of important information concerning last-minute
   changes and other topics that deserve special attention.&nbsp;Please
@@ -35,9 +35,17 @@
 Updating the CDT feature in Carbide.c++/Eclipse will wipe out our
 changes making the tools unusable!</p>
 <p> See the <a href="hints_tips.htm">Tips &amp; tricks</a> page for more helpful information.</p>
-<h3><a name="whatsNew" id="whatsNew2"></a>What's New in 2.1.0 </h3>
+<h3><a name="whatsNew" id="whatsNew2"></a>What's New in 2.2.0 </h3>
 <p>The following features for Symbian  development are provided within Carbide.c++:</p>
 <ul>
+  <li><b>Eclipse 3.5 </b>&#8212; The Eclipse 3.5 project (Galileo) provides the foundation, or integration platform, on which  Carbide.c++  is built. See <a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html">What's New in 3.5</a> for more information.</li>
+</ul>
+<ul>
+  <li><b>CDT 6.0 </b>&#8212; The final version of CDT included as part of the Ganymede release. See the <a href="http://wiki.eclipse.org/CDT/User/NewIn60">CDT 6.0 News and Noteworthy</a> page for more information.</li>
+  <li><b>Java 6.0 </b>&#8212; Due to the above changes Carbide has also updated to use the Java 6.0 VM. See <a href="http://java.sun.com/javase/6/webnotes/features.html">Java SE 6 Release Notes</a> page for more information.</li>
+</ul>
+<h4>2.1.0</h4>
+<ul>
   <li><b>Performance inprovements</b> - the following areas of Carbide have been optimized to improve performance:
     <ul>
       <li><b>Importing large projects</b>   - Importing large projects is one of our primary points of performance improvements. When too many project roots were used the more source and include paths were brought into the project, up to an including entire SDKs. Generally, we found that once a project root contains over 15-20K files Carbide became extremely sluggish. We have improved some edge cases where project roots were calculated incorrectly and now include only what's really needed. </li>