Release Notes: mod_perl 2 updates. This release loads modules in a backwards-compatible way for older versions of mod_perl 1.99_07 to 1.99_09. The license has changed from the GPL to the Perl Artistic License.
Release Notes: This release comprises minor bug fixes, including a fix to work with the latest mod_perl 2.
Release Notes: Sweeping optimizations for running under mod_perl2 and Apache2, bugfixes for running on Win32 platforms in CGI mode under Apache, and new runtime configuration options and other small bugfixes.
Release Notes: A major bug has been fixed where Session_OnEnd event could be called twice for an expired Session. Minor enhancements include making XMLSubs tag names work with dashes in them, scripts with named subroutines in them are more newbie friendly with a recompilation strategy to avoid closure issues, and better file upload data handling.
Release Notes: Changes for this release include XSLT and more general cache layer optimizations for 10-15% speed increases, minor bugfixes and configuration enhancements, and a fix specific to running on OpenBSD.
Release Notes: A major code compilation caching bug introduced in version 2.47 is fixed. This bug would cause scripts, but not includes, of the same name in different directories to share code compilations for the same web application.
Release Notes: Major speed improvements of 15-20% were made. Memory utilization was slightly reduced. Bugfixes were made, and the code was cleaned up.
Release Notes: This release has speed and memory optimizations for serving static HTML and XML files, which is especially useful for XSLT. New XMLSubs argument variable interpolation syntax is configurable with a new setting. There is a bugfix for include output caching return values.
Release Notes: This release has the ability to reload global.asa while PerlWarn is On and UseStrict is set. $Response->Include() errors are now trappable with an eval, which was old functionality that is now restored. There is better developer debug HTML output when Debug 3/-3 is set.
Release Notes: This version includes fixes for working with Perl 5.8.0 RC2. There is a new SessionQueryForce setting which disables the use of cookies for tracking session ids, forcing the use of session ids on query string data. Other fixes for the testing suite have also been implemented.