updated version number to 2.4 RCL_2_4
authorfturovic <frank.turovich@nokia.com>
Tue, 10 Nov 2009 14:39:10 -0600
branchRCL_2_4
changeset 573 d66c8cb9b9b2
parent 572 72857169a530
child 575 b04017a10111
updated version number to 2.4
core/com.nokia.carbide.cpp.doc.user/book.css
core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm
core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm
core/com.nokia.carbide.cpp/html/online_banner.html
core/com.nokia.carbide.cpp/html/welcome_note.htm
core/com.nokia.carbide.cpp/plugin.xml
core/com.nokia.carbide.cpp/splash.bmp
--- a/core/com.nokia.carbide.cpp.doc.user/book.css	Tue Nov 10 09:48:59 2009 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/book.css	Tue Nov 10 14:39:10 2009 -0600
@@ -12,7 +12,7 @@
 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */
 body, p, table {
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
-	font-size: 0.9em;
+	font-size: 1.0em;
 	font-weight: normal;
 }
 
--- a/core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm	Tue Nov 10 09:48:59 2009 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/bugs_fixed.htm	Tue Nov 10 14:39:10 2009 -0600
@@ -16,10 +16,14 @@
 <h2>Carbide.c++ bugs fixed </h2>
 <p>This is a comprehensive list of bugs fixed by release: </p>
 <ul>
-  <li>Bugs Fixed in <a href="#bugs230">2.3.0</a></li>
-  <li><a href="#bugs220">2.2.0</a>, <a href="#bugs210">2.1.0</a>, <a href="#bugs204">2.0.4</a>, <a href="#bugs203">2.0.3</a>, <a href="#bugs202"> 2.0.2</a>, <a href="#bugs200">2.0.0</a></li>
+  <li>Bugs Fixed in <a href="#bugs240">2.4.0</a></li>
+  <li><a href="#bugs230">2.3.0</a>, <a href="#bugs220">2.2.0</a>, <a href="#bugs210">2.1.0</a>, <a href="#bugs204">2.0.4</a>, <a href="#bugs203">2.0.3</a>, <a href="#bugs202"> 2.0.2</a>, <a href="#bugs200">2.0.0</a></li>
   <li><a href="#bugs131">1.3.1</a>, <a href="#bugs130">1.3.0</a> , <a href="#bugs122">1.2.2</a>, <a href="#bugs121">1.2.1</a></li>
 </ul>
+<h3><a name="bugs230" id="bugs8"></a>Bugs Fixed in v2.4.0</h3>
+<ul>
+  <li><a href="https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=9818">0000</a> - waiting</li>
+</ul>
 <h3><a name="bugs230" id="bugs6"></a>Bugs Fixed in v2.3.0</h3>
 <ul>
   
--- a/core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm	Tue Nov 10 09:48:59 2009 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/release_notes.htm	Tue Nov 10 14:39:10 2009 -0600
@@ -16,7 +16,7 @@
   </style>
 </head>
 <body bgcolor="#ffffff">
-<h2>Carbide.c++ Release Notes 2.3.0</h2>
+<h2>Carbide.c++ Release Notes 2.4.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,13 @@
 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.3.0 </h3>
+<h3><a name="whatsNew" id="whatsNew2"></a>What's New in 2.4.0 </h3>
 <p>The following features for Symbian  development are provided within Carbide.c++:</p>
 <ul>
+  <li>The <b>Run builds concurrently</b> option in the <a href="reference/wnd_build_prefs.htm">Builds</a> preference panel now supports up to 50 concurrent build jobs, up from 4.</li>
+</ul>
+<h4><a name="220" id="21022"></a>2.3.0</h4>
+<ul>
   <li>P2 update services now supported. Updating Carbide.c++ should be more flexible and easier than before.</li>
   <li>The official Qt code style is now included in the Code Style preference panel.</li>
   <li>Single file compiles on Raptor are now supported.</li>
@@ -176,7 +180,7 @@
         <p><span class="code">JVM terminated, Return code = -1 </span></p>
         <p>or when running from eclipse.exe: </p>
         <p><span class="code">Error occurred during initialization of VM  Could not reserve enough space for object heap</span> </p>
-<p>The <a href="hints_tips.htm">solution</a> is to edit your <span class="code">Carbide.c++.1.x.ini</span> (or <span class="code">eclipse.ini</span> if launching Eclipsec.exe) and use a smaller value for the <span class="code">-Xmx </span>parameter to the JVM. </p>
+<p>The <a href="hints_tips.htm">solution</a> is to edit your <span class="code">Carbide.c++.2.x.ini</span> (or <span class="code">eclipse.ini</span> if launching <span class="code">Eclipsec.exe</span>) and use a smaller value for the <span class="code">-Xmx </span>parameter to the JVM. </p>
 <p class="note"><b>NOTE</b> In this scenario, Carbide.c++ performance may degrade.</p></td>
     </tr>
     <tr>
--- a/core/com.nokia.carbide.cpp/html/online_banner.html	Tue Nov 10 09:48:59 2009 -0600
+++ b/core/com.nokia.carbide.cpp/html/online_banner.html	Tue Nov 10 14:39:10 2009 -0600
@@ -38,7 +38,7 @@
 	<table width="100%" cellspacing="0" cellpadding="8" border="0">
 		<tr>
 			<td align="left" valign="center" bgcolor="#FFC550"><img src="../intro/css/graphics/rootpage/brandmark.gif" alt="Carbide icon" title="Carbide icon">			</td>
-			<td align="right" valign="center" bgcolor="#FFC550"><B>Carbide Online Help Center v2.1</B></td>
+			<td align="right" valign="center" bgcolor="#FFC550"><B>Carbide Online Help Center v2.4</B></td>
 	  </tr>
 	</table>
 
--- a/core/com.nokia.carbide.cpp/html/welcome_note.htm	Tue Nov 10 09:48:59 2009 -0600
+++ b/core/com.nokia.carbide.cpp/html/welcome_note.htm	Tue Nov 10 14:39:10 2009 -0600
@@ -7,8 +7,8 @@
   <link href="../book.css" rel="stylesheet" type="text/css">
 </head>
 <body>
-<h2>Welcome to Carbide.c++ 2.3.0</h2>
-<p>Thank you for installing Carbide.c++2.3! It's an improvement over 2.2 with many improvements including support for Eclipse 3.5 and CDT 6.0, as well as numerous bug fixes. </p>
+<h2>Welcome to Carbide.c++ 2.4.0</h2>
+<p>Thank you for installing Carbide.c++2.4! It's an improvement over 2.3 with many improvements including support for Eclipse 3.5 and CDT 6.0, as well as numerous bug fixes. </p>
 <p>However, perhaps the best part about Carbide.c++ is the Carbide.c++ Development Kit (CDK) that you can use to build custom extensions for Carbide.c++. <a href="PLUGINS_ROOT/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_updating.htm">Update</a> your installation of Carbide through the <b>Carbide.c++ Update Site</b> to get a copy of the <b>Carbide.c++ Development Kit &gt; Carbide.c++ Plug-in SDK</b>. Take a look, and let us know what you build!</p>
 <p>Finally, if you find bugs, please let us know by submitting it at the new Carbide Bugzilla bug tracking site located at <a href="https://xdabug001.ext.nokia.com/bugzilla">https://xdabug001.ext.nokia.com/bugzilla</a> </p>
 <p>For any other questions, please don't hesitate to contact us.</p>
--- a/core/com.nokia.carbide.cpp/plugin.xml	Tue Nov 10 09:48:59 2009 -0600
+++ b/core/com.nokia.carbide.cpp/plugin.xml	Tue Nov 10 14:39:10 2009 -0600
@@ -34,7 +34,7 @@
 		<!-- Product attributes that support themes and universal intro -->
 		<property
 			name="introTitle"
-			value="Carbide.c++ v2.3.0 for Symbian"/>
+			value="Carbide.c++ v2.4.0 for Symbian"/>
 		<property
 			name="introBrandingImage"
 			value="product:themes/carbide/graphics/root/brandmark.gif"/>
Binary file core/com.nokia.carbide.cpp/splash.bmp has changed