<?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: CHANGES</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>CHANGES</h1> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Path:</strong></td> <td>CHANGES </td> </tr> <tr class="top-aligned-row"> <td><strong>Last Update:</strong></td> <td>Tue Jul 15 15:48:39 Mountain Daylight Time 2008</td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <h2>0.8.0 / 2008-07-10 Charlie Savage</h2> <ul> <li>Fix memory errors when reusing a stylehseet </li> <li>Added support for setting xsl::param values </li> <li>Updated RDocs. </li> <li>Moved to <a href="../classes/LibXSLT.html">LibXSLT</a> namespace </li> </ul> <h2>0.7.0 / 2008-07-10 Charlie Savage</h2> <ul> <li>Ability to reuse the same stylesheet multiple times </li> <li>Simpler api </li> <li>Compatibility layer for pre-0.7.0 versions </li> <li>Major rewrite, resulting in significantly less code </li> <li>Updated RDocs. </li> </ul> <h2>0.6.0 / 2008-07-01 Charlie Savage</h2> <ul> <li>Now packaged as a separate gem </li> <li>Windows support (both lots of memory fixes and binaries) </li> <li>New libxslt.rb ruby wrapper, so programs can simply say require ‘libxslt’ </li> </ul> <h2>0.5.0 / 2006-02-27 Ross Bamford <rosco at roscopeco.co.uk></h2> <ul> <li>Source layout for Rubygem release </li> <li>Fixed unit tests (set_up to setup, directory handling) </li> <li>Updated extconf to remove shell-script dependency </li> <li>Fixed multiple symbol declarations for -fno-common </li> </ul> <h2>0.4.0 / 2003-12-15 Martin Povolny <martin@solnet.cz></h2> <ul> <li>libxslt.c: added call to exsltRegisterAll to enable exslt extensions </li> <li>extconf.rb: added -lexslt </li> </ul> <h2>0.3.0 / 2004-02-01 Martin Povolny <martin@solnet.cz></h2> <ul> <li>libxslt.c: added call to ruby_init_xslt_transform_context() to make it <pre> work on ruby1.8 </pre> </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>