Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 1323cab6b89f7da46eae4ec745a30cb7 > files > 53

ruby-transaction-simple-1.3.0-2mdv2008.1.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>File: Changelog</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript">
  // <![CDATA[

  function popupCode( url ) {
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;
    
    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  
  // Make codeblocks hidden by default
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  
  // ]]>
  </script>

</head>
<body>



  <div id="fileHeader">
    <h1>Changelog</h1>
    <table class="header-table">
    <tr class="top-aligned-row">
      <td><strong>Path:</strong></td>
      <td>Changelog
      </td>
    </tr>
    <tr class="top-aligned-row">
      <td><strong>Last Update:</strong></td>
      <td>Thu May 05 12:16:49 -0400 2005</td>
    </tr>
    </table>
  </div>
  <!-- banner header -->

  <div id="bodyContent">



  <div id="contextContent">

    <div id="description">
      <p>
$Id: Changelog,v 1.5 2005/05/05 16:16:49 austin Exp $
</p>
<h2>Transaction::simple 1.3.0</h2>
<ul>
<li>Updated to fix a lot of warnings.

</li>
<li>Added a per-transaction-object list of excluded instance variables.

</li>
<li>Moved Transaction::simple::ThreadSafe to transaction/simple/threadsafe.

</li>
<li>Added transaction groups. <a
href="../classes/Transaction.html">Transaction</a> groups are wrapper
objects to allow the coordination of transactions with a group of objects.
There are both normal and threadsafe versions of transaction groups.

</li>
<li>Fixed a long-standing problem where instance variables that were added to
an object after a transaction was started would remain.

</li>
<li>Reorganised unit tests.

</li>
</ul>
<h2><a href="../classes/Transaction/Simple.html">Transaction::Simple</a> 1.2.0</h2>
<ul>
<li>Added a RubyGem.

</li>
<li>Added a block form of <a
href="../classes/Transaction/Simple.html">Transaction::Simple</a>.

</li>
</ul>
<h2><a href="../classes/Transaction/Simple.html">Transaction::Simple</a> 1.1.1</h2>
<ul>
<li>Cleaned up some documentation.

</li>
</ul>
<h2><a href="../classes/Transaction/Simple.html">Transaction::Simple</a> 1.1</h2>
<ul>
<li>Added <a
href="../classes/Transaction/Simple/ThreadSafe.html">Transaction::Simple::ThreadSafe</a>
for truly atomic and thread-safe transactions.

</li>
<li>Fixed the description of <a
href="../classes/Transaction/Simple.html">Transaction::Simple</a> to note
that it is <b>not</b> atomic because it is not implicitly thread-safe.

</li>
<li>Added support for named transactions. Named transactions can be used to
make checkpoints that can be committed, aborted, or rewound without
explicitly committing, aborting, or rewinding the intervening transactions.

</li>
</ul>
<h2><a href="../classes/Transaction/Simple.html">Transaction::Simple</a> 1.0</h2>
<ul>
<li>Created. Initial release.

</li>
</ul>

    </div>


   </div>


  </div>


    <!-- if includes -->

    <div id="section">





      


    <!-- if method_list -->


  </div>


<div id="validator-badges">
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>

</body>
</html>