Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 623

erlang-doc-R15B-03.3.fc17.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../doc/otp_doc.css" type="text/css">
<title>Erlang -- Event Tracer (ET) Release Notes</title>
</head>
<body bgcolor="white" text="#000000" link="#0000ff" vlink="#ff00ff" alink="#ff0000"><div id="container">
<script id="js" type="text/javascript" language="JavaScript" src="../../../../doc/js/flipmenu/flipmenu.js"></script><script id="js2" type="text/javascript" src="../../../../doc/js/erlresolvelinks.js"></script><script language="JavaScript" type="text/javascript">
            <!--
              function getWinHeight() {
                var myHeight = 0;
                if( typeof( window.innerHeight ) == 'number' ) {
                  //Non-IE
                  myHeight = window.innerHeight;
                } else if( document.documentElement && ( document.documentElement.clientWidth ||
                                                         document.documentElement.clientHeight ) ) {
                  //IE 6+ in 'standards compliant mode'
                  myHeight = document.documentElement.clientHeight;
                } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
                  //IE 4 compatible
                  myHeight = document.body.clientHeight;
                }
                return myHeight;
              }

              function setscrollpos() {
                var objf=document.getElementById('loadscrollpos');
                 document.getElementById("leftnav").scrollTop = objf.offsetTop - getWinHeight()/2;
              }

              function addEvent(obj, evType, fn){
                if (obj.addEventListener){
                obj.addEventListener(evType, fn, true);
                return true;
              } else if (obj.attachEvent){
                var r = obj.attachEvent("on"+evType, fn);
                return r;
              } else {
                return false;
              }
             }

             addEvent(window, 'load', setscrollpos);

             //--></script><div id="leftnav"><div class="innertube">
<img alt="Erlang logo" src="../../../../doc/erlang-logo.png"><br><small><a href="users_guide.html">User's Guide</a><br><a href="index.html">Reference Manual</a><br><a href="release_notes.html">Release Notes</a><br><a href="../pdf/et-1.4.4.2.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>Event Tracer (ET)</strong><br><strong>Release Notes</strong><br><small>Version 1.4.4.2</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Chapters</strong></small></p>
<ul class="flipMenu" imagepath="../../../../doc/js/flipmenu"><li id="loadscrollpos" title="Event Tracer (ET) Release Notes" expanded="true">Event Tracer (ET) Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="ET 1.4.4.2"><a href="notes.html#id61897">ET 1.4.4.2</a></li>
<li title="ET 1.4.4.1"><a href="notes.html#id61925">ET 1.4.4.1</a></li>
<li title="ET 1.4.4"><a href="notes.html#id57321">ET 1.4.4</a></li>
<li title="ET 1.4.3"><a href="notes.html#id57350">ET 1.4.3</a></li>
<li title="ET 1.4.2"><a href="notes.html#id57379">ET 1.4.2</a></li>
<li title="ET 1.4.1"><a href="notes.html#id59389">ET 1.4.1</a></li>
<li title="ET 1.4"><a href="notes.html#id59442">ET 1.4</a></li>
<li title="ET 1.3.3"><a href="notes.html#id62185">ET 1.3.3</a></li>
<li title="ET 1.3.2"><a href="notes.html#id62216">ET 1.3.2</a></li>
<li title="ET 1.3.1"><a href="notes.html#id62246">ET 1.3.1</a></li>
<li title="ET 1.3"><a href="notes.html#id62276">ET 1.3</a></li>
<li title="ET 1.0.1"><a href="notes.html#id64187">ET 1.0.1</a></li>
<li title="ET 1.0.0.1"><a href="notes.html#id64219">ET 1.0.0.1</a></li>
<li title="Event Tracer (ET) 1.0"><a href="notes.html#id64252">Event Tracer (ET) 1.0</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 Event Tracer (ET) Release Notes</h1>
  
  <p>This document describes the changes made to the <span class="code">Event Tracer
  (ET)</span> system from version to version. The intention of this
  document is to list all incompatibilities as well as all
  enhancements and bugfixes for every release of <span class="code">Event Tracer
  (ET)</span>. Each release of <span class="code">Event Tracer (ET) </span> thus constitutes
  one section in this document. The title of each section is the
  version number of <span class="code">Event Tracer (ET)</span>.</p>

<h3><a name="id61897">1.1 
        ET 1.4.4.2</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    Fix typo in ET doc (Thanks to Ricardo Catalinas Jiménez)</p>
          <p>
	    Own Id: OTP-10119</p>
        </li>
      </ul>
    



<h3><a name="id61925">1.2 
        ET 1.4.4.1</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p>The GS applications is now deprecated and will be
	    removed in the R16 release. The following GS-based
	    applications have been superseded by the Observer
	    application and will removed in R16: Appmon, Pman,
	    Tv.</p>
          <p>
	    *** POTENTIAL INCOMPATIBILITY ***</p>
          <p>
	    Own Id: OTP-9907</p>
        </li>
      </ul>
    



<h3><a name="id57321">1.3 
        ET 1.4.4</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> Dialyzer warnings have been fixed. </p>
          <p>
	    Own Id: OTP-9470</p>
        </li>
      </ul>
    



<h3><a name="id57350">1.4 
        ET 1.4.3</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    The popup window 'contents viewer' did not display
	    properly on Windows.</p>
          <p>
	    Own Id: OTP-9238</p>
        </li>
      </ul>
    



<h3><a name="id57379">1.5 
        ET 1.4.2</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> Fix error when module et was used in et_selector
	    trace patterns. </p>
          <p>
	    Own Id: OTP-8904</p>
        </li>
      </ul>
    



<h3><a name="id59389">1.6 
        ET 1.4.1</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> Fixed broken links in the documentation. </p>
          <p>
	    Own Id: OTP-8796</p>
        </li>
      </ul>
    


    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Fixed gui crash on windows.</p>
          <p>
	    Own Id: OTP-8830</p>
        </li>
      </ul>
    



<h3><a name="id59442">1.7 
        ET 1.4</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>Thanks to Olle Mattsson the GUI parts are rewritten to
          use <span class="code">wxWidgets</span>. For the time being it is still
          possible to use the old <span class="code">GS</span> based version of the tool,
          but it is deprecated. The <span class="code">wxWidgets</span> based version is
          started by default.</p>

          <p>A print function has been added, in order to enable
          printing of sequence charts.</p>

	  <p>A new tutorial has been added to the documentation. It is
	  based on <span class="code">Jayson Vantuyl's</span> article
	  <span class="code">http://souja.net/2009/04/making-sense-of-erlangs-event-tracer.html</span>.</p>

	  <p>The functions <span class="code">et:trace_me/4</span> and
	  <span class="code">et:trace_me/5</span> has been introduced in order to replace
	  the deprecated functions <span class="code">et:report_event/4</span> and
	  <span class="code">et:report_event/5</span>. Hopefully the new names makes it a
	  little more obvious what the intended usage of the functions
	  are.</p>

	  <p>The <span class="code">max_events</span> configuration parameter to
	  <span class="code">et_viewer</span> is not used any more. Now the event cache
	  in the <span class="code">Viewer</span> only contains those events that
	  actually are displayed in the GUI.</p>

          <p>Own Id: OTP-8058</p>
        </li>
      </ul>
    



<h3><a name="id62185">1.8 
        ET 1.3.3</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
            The documentation is now built with open source tools
            (xsltproc and fop) that exists on most platforms. One
            visible change is that the HTML frames are removed.</p>
          <p>
            Own Id: OTP-8201</p>
        </li>
      </ul>
    



<h3><a name="id62216">1.9 
        ET 1.3.2</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
            The start module in the app file has been corrected.</p>
          <p>
            Own Id: OTP-8078</p>
        </li>
      </ul>
    



<h3><a name="id62246">1.10 
        ET 1.3.1</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
            Changed copyright</p>
          <p>
            Own Id: OTP-7830</p>
        </li>
      </ul>
    



<h3><a name="id62276">1.11 
        ET 1.3</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
            Adjusted copyright</p>
          <p>
            Own Id: OTP-6985</p>
        </li>
      </ul>
    



  <h3><a name="id64187">1.12 
        ET 1.0.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Document source changed from SGML to XML.</p>
          <p>Own Id: OTP-6774</p>
        </li>
      </ul>
    
  

  <h3><a name="id64219">1.13 
        ET 1.0.0.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Minor Makefile changes.</p>
          <p>Own Id: OTP-6689</p>
        </li>
      </ul>
    
  

  <h3><a name="id64252">1.14 
        Event Tracer (ET) 1.0</a></h3>
    

    <h4>Improvements and new features</h4>
      
      <p>This is the first release of the <span class="code">Event Tracer (ET)</span> as
      a stand-alone application separated from the Megaco application.</p>
    
  
</div>
<div class="footer">
<hr>
<p>Copyright © 2002-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>