Sophie

Sophie

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

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 -- cosTransactions 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/cosTransactions-1.2.9.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>cosTransactions</strong><br><strong>Release Notes</strong><br><small>Version 1.2.9</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="cosTransactions Release Notes" expanded="true">cosTransactions Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="cosTransactions 1.2.9"><a href="notes.html#id2261903">cosTransactions 1.2.9</a></li>
<li title="cosTransactions 1.2.8"><a href="notes.html#id2261933">cosTransactions 1.2.8</a></li>
<li title="cosTransactions 1.2.7"><a href="notes.html#id2261966">cosTransactions 1.2.7</a></li>
<li title="cosTransactions 1.2.6"><a href="notes.html#id2260856">cosTransactions 1.2.6</a></li>
<li title="cosTransactions 1.2.5"><a href="notes.html#id2260888">cosTransactions 1.2.5</a></li>
<li title="cosTransactions 1.2.4"><a href="notes.html#id2260921">cosTransactions 1.2.4</a></li>
<li title="cosTransactions 1.2.3"><a href="notes.html#id2257424">cosTransactions 1.2.3</a></li>
<li title="cosTransactions 1.2.2"><a href="notes.html#id2257458">cosTransactions 1.2.2</a></li>
<li title="cosTransactions 1.2.1"><a href="notes.html#id2257491">cosTransactions 1.2.1</a></li>
<li title="cosTransactions 1.2"><a href="notes.html#id2257524">cosTransactions 1.2</a></li>
<li title="cosTransactions 1.1.2"><a href="notes.html#id2260960">cosTransactions 1.1.2</a></li>
<li title="cosTransactions 1.1.1.1"><a href="notes.html#id2260994">cosTransactions 1.1.1.1</a></li>
<li title="cosTransactions 1.1.1"><a href="notes.html#id2261023">cosTransactions 1.1.1</a></li>
<li title="cosTransactions 1.1"><a href="notes.html#id2258757">cosTransactions 1.1</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 cosTransactions Release Notes</h1>
  

  <h3><a name="id2261903">1.1 
        cosTransactions 1.2.9</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>The documentation EIX file was not generated.</p>
          <p>Own id: OTP-8355 Aux Id:</p>
        </li>
      </ul>
    
  

  <h3><a name="id2261933">1.2 
        cosTransactions 1.2.8</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 frames are removed.</p>
          <p>
            Own Id: OTP-8201 Aux Id:</p>
        </li>
      </ul>
    
  

  <h3><a name="id2261966">1.3 
        cosTransactions 1.2.7</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Obsolete guards, e.g. record vs is_record, has been changed
             to avoid compiler warnings.</p>
          <p>Own id: OTP-7987</p>
        </li>
      </ul>
    
  

  <h3><a name="id2260856">1.4 
        cosTransactions 1.2.6</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Updated file headers.</p>
          <p>Own id: OTP-7837</p>
        </li>
      </ul>
    
  

  <h3><a name="id2260888">1.5 
        cosTransactions 1.2.5</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Documentation source included in open source releases.</p>
          <p>Own id: OTP-7595</p>
        </li>
      </ul>
    
  

  <h3><a name="id2260921">1.6 
        cosTransactions 1.2.4</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Updated file headers.</p>
          <p>Own id: OTP-7011</p>
        </li>
      </ul>
    
  

  <h3><a name="id2257424">1.7 
        cosTransactions 1.2.3</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>The documentation source has been converted from SGML to XML.</p>
          <p>Own id: OTP-6754 Aux Id: </p>
        </li>
      </ul>
    
  

  <h3><a name="id2257458">1.8 
        cosTransactions 1.2.2</a></h3>
    

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

  <h3><a name="id2257491">1.9 
        cosTransactions 1.2.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Removed some unused code.</p>
          <p>Own id: OTP-6527 Aux Id: </p>
        </li>
      </ul>
    
  

  <h3><a name="id2257524">1.10 
        cosTransactions 1.2</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>The stub/skeleton-files generated by IC have been improved,
            i.e., depending on the IDL-files, reduced the size of the
            erl- and beam-files and decreased dependencies off Orber's
            Interface Repository. It is necessary to re-compile all IDL-files
            and use COS-applications, including Orber, compiled with
            IC-4.2.</p>
          <p>Own id: OTP-4576</p>
        </li>
      </ul>
    
  

  <h3><a name="id2260960">1.11 
        cosTransactions 1.1.2</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>To avoid un-necessary Heuristic decisions cosTransactions now
            recognize more systems exceptions.</p>
          <p>Own Id: OTP-4485</p>
        </li>
      </ul>
    
  

  <h3><a name="id2260994">1.12 
        cosTransactions 1.1.1.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Updated internal documentation.</p>
        </li>
      </ul>
    
  

  <h3><a name="id2261023">1.13 
        cosTransactions 1.1.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>cosTransactions is now able to handle upgrade properly.</p>
          <p>Own Id: -</p>
        </li>
        <li>
          <p>The cosTransactions factory now accepts <span class="code">maxRetries</span> and 
            <span class="code">comFailWait</span> options, which overrides the configuration parameters.</p>
          <p>Own Id: -</p>
        </li>
      </ul>
    

    <h4>Incompatibilities</h4>
      
      <ul>
        <li>
          <p>The configuration parameters <span class="code">comm_failure_wait</span> and <span class="code">max_retries</span>
            changed to <span class="code">maxRetries</span> and <span class="code">comFailWait</span>. The default value for 
            <span class="code">maxRetries</span> have been raised from 20 to 40.</p>
          <p>Own Id: -</p>
        </li>
      </ul>
    
  

  <h3><a name="id2258757">1.14 
        cosTransactions 1.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>First release of the cosTransactions application.</p>
          <p>Own Id: OTP-1741</p>
        </li>
      </ul>
    
  
</div>
<div class="footer">
<hr>
<p>Copyright © 1999-2010 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>