trace/tracebuilder/com.nokia.tracebuilder.help/html/release_notes.htm
changeset 10 ed1c9f64298a
equal deleted inserted replaced
9:14dc2103a631 10:ed1c9f64298a
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
       
     5   <title>Release notes</title>
       
     6   <link href="../book.css" type="text/css" rel="stylesheet">
       
     7   <style type="text/css">
       
     8 <!-- .style2 {font-size: 12px} -->
       
     9 
       
    10   </style>
       
    11 </head>
       
    12 
       
    13 <body bgcolor="#FFFFFF">
       
    14 <h2>Release notes</h2>
       
    15 
       
    16 <h4>TraceBuilder &ndash; Version 2.4.0</h4>
       
    17 
       
    18 <p>Released 20th June 2010</p>
       
    19 <ul>
       
    20   <li><a href="#description">Product description</a></li>
       
    21   <li><a href="#features">Main features</a></li>
       
    22   <li><a href="#newfeatures">What's new</a></li>
       
    23   <li><a href="#installation">Installation notes</a></li>
       
    24   <li><a href="#requirements">System requirements</a></li>
       
    25   <li><a href="#compissues">Compatibility issues</a></li>
       
    26   <li><a href="#issues">Known issues</a></li>
       
    27 </ul>
       
    28 
       
    29 <h3><a name="description"></a>Product description</h3>
       
    30 
       
    31 <p>The TraceBuilder extension for Carbide.c++ IDE is a tool for adding Open
       
    32 System Traces (OST) to the source code.</p>
       
    33 
       
    34 <p>TraceBuilder consists of two tools: </p>
       
    35 <ul>
       
    36   <li><b>TraceCompiler</b> that parses OST Application Programming Interface
       
    37     (API) format from the source files and generates the corresponding decode
       
    38     files. </li>
       
    39   <li><b>TraceBuilder UI</b> that enables you to add and maintain OST
       
    40   traces.</li>
       
    41 </ul>
       
    42 
       
    43 <p>TraceBuilder can be activated by selecting the <b>Carbide &gt;
       
    44 TraceBuilder</b> menu item, or via <b>Window &gt; Show View &gt; Other... &gt;
       
    45 Carbide Extensions &gt; TraceBuilder</b>.</p>
       
    46 
       
    47 <h3><a name="features"></a>Main features</h3>
       
    48 <ul>
       
    49   <li>UI for adding traces to source code. </li>
       
    50   <li>UI for adding parameters to traces. </li>
       
    51   <li>Function instrumenter. </li>
       
    52 </ul>
       
    53 
       
    54 <h3><a name="newfeatures"></a>What's new</h3>
       
    55 <ul>
       
    56   <li>Change: TraceBuilder is now released under EPL license.</li>
       
    57   <li>Fix: Bug fixes.</li>
       
    58 </ul>
       
    59 
       
    60 <h3><a name="installation"></a>Installation notes</h3>
       
    61 <ul>
       
    62   <li>N/A</li>
       
    63 </ul>
       
    64 
       
    65 <h3><a name="requirements"></a>System requirements</h3>
       
    66 
       
    67 <p><b>Requirements:</b></p>
       
    68 <ul>
       
    69   <li>Carbide.c++ 2.0.4 or newer</li>
       
    70   <li>Java Runtime Environment JRE1.5</li>
       
    71   <li>com.nokia.trace.eventview 1.1.0 or newer</li>
       
    72 </ul>
       
    73 
       
    74 <h3><a name="compissues"></a>Compatibility issues</h3>
       
    75 <ul>
       
    76   <li>N/A</li>
       
    77 </ul>
       
    78 
       
    79 <h3><a name="issues"></a>Known issues</h3>
       
    80 <ul>
       
    81   <li>TraceBuilder does not support the definition of non-source files on the
       
    82     user interface but you can define them manually by adding the needed file
       
    83     elements to the <i>trace.properties</i> property file. For more
       
    84     information, see the <a href="reference/nonsourcefiles.htm">Reference &gt;
       
    85     Tips and tricks</a> section in this help. </li>
       
    86 </ul>
       
    87 
       
    88 <h3>Version history</h3>
       
    89 
       
    90 <h5>Version 2.3.0 &ndash; 10th January 2010</h5>
       
    91 <ul>
       
    92   <li>Change: TraceBuilder supports new name formats for <em>traces</em>
       
    93   folder.</li>
       
    94   <li>Fix: Bug fixes.</li>
       
    95 </ul>
       
    96 
       
    97 <h5>Version 2.2.0 &ndash; 10th January 2010</h5>
       
    98 <ul>
       
    99   <li>Change: TraceBuilder supports OSTv1 and OSTv2.</li>
       
   100   <li>Fix: Bug fixes.</li>
       
   101 </ul>
       
   102 
       
   103 <h5>Version 2.1.0 &ndash; 19th November 2009</h5>
       
   104 <ul>
       
   105   <li>Change: Trace Builder show all the Trace Points for a Carbide project not
       
   106     just a single source file.</li>
       
   107   <li>Change: TraceBuilder updated to understand all the commonly used Group
       
   108     IDs defined in OSTv2.</li>
       
   109   <li>Change: Added warning to "Add "this" pointer" title.</li>
       
   110   <li>Fix: Bug fixes.</li>
       
   111 </ul>
       
   112 
       
   113 <h5>Version 1.3.1 &ndash; 7th October 2009</h5>
       
   114 <ul>
       
   115   <li>Change: Code cleanup.</li>
       
   116   <li>Fix: Bug fixes.</li>
       
   117 </ul>
       
   118 
       
   119 <h5>Version 1.2.3 &ndash; 1st September 2009</h5>
       
   120 <ul>
       
   121   <li>Fix: Bug fixes.</li>
       
   122 </ul>
       
   123 
       
   124 <h5>Version 1.2.2 &ndash; 11th August 2009</h5>
       
   125 <ul>
       
   126   <li>Fix: Bug fixes.</li>
       
   127 </ul>
       
   128 
       
   129 <h5>Version 1.2.1 &ndash; 11th May 2009</h5>
       
   130 <ul>
       
   131   <li>Fix: Bug fixes.</li>
       
   132 </ul>
       
   133 
       
   134 <h5>Version 1.2.0 &ndash; 16th April 2009</h5>
       
   135 <ul>
       
   136   <li>Change: Removed <b>Insert selected trace</b> feature.</li>
       
   137 </ul>
       
   138 
       
   139 <h5>Version 1.0.42 &ndash; 26th January 2009</h5>
       
   140 <ul>
       
   141   <li>Fix: Bug fixes.</li>
       
   142 </ul>
       
   143 
       
   144 <h5>Version 1.0.36 &ndash; 24th November 2008</h5>
       
   145 <ul>
       
   146   <li>Change: Support to fixed group and trace ids.</li>
       
   147   <li>Change: Add traces folder user include to MMP files if needed.</li>
       
   148   <li>Change: Get export path from Carbide preferences.</li>
       
   149   <li>Change: Added support to type "p" in the OST macro.</li>
       
   150   <li>Change: Removed <b>Link with Editor</b> button. Trace Builder is now
       
   151     always linked with an editor.</li>
       
   152   <li>Change: Removed Dictionary preference page. Dictionary export is now
       
   153     always defaulted to the <i>\epoc32\ost_dictionaries</i> directory.</li>
       
   154   <li>Fix: Bug fixes.</li>
       
   155   <li>Doc: Online Help added. </li>
       
   156 </ul>
       
   157 
       
   158 <h5>Version 1.0.27 &ndash; 28th October 2008</h5>
       
   159 
       
   160 <p>The first version.</p>
       
   161 
       
   162 <div id="footer">
       
   163 <p>Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies).<br>
       
   164 All rights reserved. <br>
       
   165 This component and the accompanying materials are made available <br>
       
   166 under the terms of "Eclipse Public License v1.0" <br>
       
   167 which accompanies this distribution and is available <br>
       
   168 at the URL <a
       
   169 href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
       
   170 <br>
       
   171 <br>
       
   172 Initial Contributors:<br>
       
   173 Nokia Corporation - initial contribution <br>
       
   174 <br>
       
   175 Contributors:<br>
       
   176 Description:</p>
       
   177 
       
   178 <p></p>
       
   179 </div>
       
   180 </body>
       
   181 </html>