Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > f806c0f24240b25bde21a53f71766070 > files > 1251

erlang-doc-R13B-04.6.fc13.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 -- Reltool 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/reltool-0.5.3.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>Reltool</strong><br><strong>Release Notes</strong><br><small>Version 0.5.3</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="Reltool Release Notes" expanded="true">Reltool Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="Reltool 0.5.3"><a href="notes.html#id2254382">Reltool 0.5.3</a></li>
<li title="Reltool 0.5.2"><a href="notes.html#id2254409">Reltool 0.5.2</a></li>
<li title="Reltool 0.5.1"><a href="notes.html#id2252732">Reltool 0.5.1</a></li>
<li title="Reltool 0.5"><a href="notes.html#id2252769">Reltool 0.5</a></li>
<li title="Reltool 0.2.2"><a href="notes.html#id2258974">Reltool 0.2.2</a></li>
<li title="Reltool 0.2.1"><a href="notes.html#id2259007">Reltool 0.2.1</a></li>
<li title="Reltool 0.2"><a href="notes.html#id2259040">Reltool 0.2</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 Reltool Release Notes</h1>
  
  <p>This document describes the changes made to the Reltool 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 Reltool. Each release of Reltool
    thus constitutes one section in this document. The title of each
    section is the version number of Reltool.</p>


    <h3><a name="id2254382">1.1 
        Reltool 0.5.3</a></h3>

        <h4>Improvements and New Features</h4>
          <ul>
            <li>
              <p>
                Removed spurious documentation files.</p>
              <p>
                Own Id: OTP-8057</p>
            </li>
          </ul>
        

    

    <h3><a name="id2254409">1.2 
        Reltool 0.5.2</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-8254</p>
            </li>
          </ul>
        

    

    <h3><a name="id2252732">1.3 
        Reltool 0.5.1</a></h3>

	<h4>Fixed Bugs and Malfunctions</h4>
          <ul>
            <li>
              <p>
                In the new release of Reltool (0.5) there is a severe bug
                that may cause your source files to be deleted. The bug
                is triggered when you generate a target system WITH
                archive files AND your library directories are given with
                absolute paths. (Library directories are given with the
                ERL_LIBS environment variable or with the lib_dirs
                configuration parameter.)</p>
              <p>
                Own Id: OTP-8199</p>
            </li>
          </ul>
        

    

    <h3><a name="id2252769">1.4 
        Reltool 0.5</a></h3>

        <h4>Improvements and New Features</h4>
          <ul>
            <li>
              <p>
                The tool is still experimental. Feedback is appreciated. </p>
              <p>
                Major improvements of the target system generation has
                been performed. Now it is possible to generate a
                relocatable target system that does not need to be
                re-installed if it is moved to a new location. Archive
                files are automatically generated. A detailed
                specification of the target system can be generated
                without actually creating the target system. Relocatable
                escripts are put in the bin directory of the target
                system. etc. etc.</p>
              <p>
                Some new functions has been introduced in the
                <span class="code">reltool</span> module: <span class="code">start/1, start_link/1,
                get_config/3, get_target_spec/1 and
                eval_target_spec/3</span>.</p>
              <p>
                Some new configuration parameters has been introduced:
                <span class="code">profile, incl_sys_filters, excl_sys_filters,
                incl_app_filters, excl_app_filters, incl_archive_filters,
                excl_archive_filters, archive_opts, escript and
                relocatable</span>.</p>
              <p>
                Some parameters have been obsoleted and given new
                semantics: <span class="code">incl_erts_dirs (incl_sys_filters),
                excl_erts_dirs (excl_sys_filters), incl_app_dirs
                (incl_app_filters), excl_app_dirs (excl_app_filters) and
                escripts (escript).</span></p>
              <p>
                *** POTENTIAL INCOMPATIBILITY ***</p>
              <p>
                Own Id: OTP-7949</p>
            </li>
          </ul>
        

     <h4>Known Bugs and Problems</h4>
      
      <ul>
        <li>
          <p>
            The application is experimental. Feedback is appreciated.</p>
        </li>
      </ul>
    

    

    <h3><a name="id2258974">1.5 
        Reltool 0.2.2</a></h3>
      
      
      <h4>Fixed Bugs and Malfunctions</h4>
	
	<ul>
	  <li>
	    <p>
	      The tool crashed when rel, script and boot files were
	    generated via the GUI. This has been fixed.</p>
	    <p>
	    Own Id: OTP-7999</p>
	  </li>
	</ul>
      
      
    

  <h3><a name="id2259007">1.6 
        Reltool 0.2.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      

      <ul>
	<li>
	  <p>
	  Minor GUI fixes</p>
	  <p>
	  Own Id: OTP-7840</p>
	</li>
      </ul>
    
  
  
  
  <h3><a name="id2259040">1.7 
        Reltool 0.2</a></h3>
    
    <h4>Improvements and new features</h4>
      
      <p>This is the first (experimental) release of Reltool.</p>
    

    <h4>Known Bugs and Problems</h4>
      
      <ul>
        <li>
          <p>
            The application is experimental.</p>
        </li>
      </ul>
    
  
</div>
<div class="footer">
<hr>
<p>Copyright © 2009-2010 Ericsson AB, All Rights Reserved</p>
</div>
</div>
</div></body>
</html>