You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Matt Sergeant <ma...@sergeant.org> on 2001/06/05 18:10:52 UTC

ANNOUNCE: AxKit 1.4 (fwd)

Finally out of beta!!!

The next stable release of AxKit is now available for download.

This is a major release, fixing many bugs, improving functionality,
performance, and flexibility. There is another major update to XSP
functionality, and all taglibs have been released to CPAN updated to the
new XSP API. Also added is a new TaglibHelper module, which makes writing
taglibs as easy as writing a perl module with Exporter-like "tag"
specifications.

Changes in detail:

 - Config directives no longer implemented by Apache::ExtUtils
 - New TaglibHelper module, makes writing XSP taglibs almost trivial.
 - Build checks for iconv library - should make things smoother on *BSD
 - Known bug in Filter provider is fixed
 - Major memory leak cleanup
 - Added LibXSLT language module (for use with XML::LibXSLT). This is
   over twice as fast as XML::Sablotron, and more compliant.
 - Added AxAddURIProcessor config directive
 - Added AxLogDeclines config directive (replaces PerlSetVar equivalent)
 - Added import_templates() to XPathScript
 - XSP now uses SAX to generate code
 - Sablot.pm allows you to set the outgoing mime type
 - Many fixes to AxKit.xs compiled directives (hopefully making it work
   for more people now)
 - Removed eval{} stuff around XML parsing in Provider.pm as it seemed to
   be causing segfaults in Perl 5.6.1
 - Fixes to LibXSLT language module to make it work with new versions of
   XML::LibXSLT (and the core libxslt library).
 - Cleaned up error handling, and error stylesheets significantly
 - Removed Storable from XPathScript (to get control of the segfaults)
 - Implemented has_changed() for all "cache" bits
 - Improved error handling with an AxStackTrace config directive
   allowing the Error Stylesheet to get a full stack trace.
 - Doc fixes to stop pod2man complaining.
 - AxKit now adds AxKit/Version to your Server string (for netcraft!)
 - Switched xml_string to pnotes so you can have binary nulls in the
   output (e.g. for PDFs).
 - Added some configuration tidbits to INSTALL
 - Much better (though not 100% there) test harness code
 - Major fixes to Makefile.PL (to work better on *BSD and Win32)
 - XML::Parser no longer needed if you have libxml2 installed. This will
   allow AxKit to work with Apaches that have expat enabled!
 - XSP pages can implement a has_changed() function, which allows you to
   control the caching of the results (can have significant performance
   increases on dynamic pages)
 - Providers responsible for returning declined (this allows for non-file
   providers to not end up in a 404 when doing e.g. passthru)
 - Added AxNoCache option to turn off caching on purpose.
 - split AxKit.xs into more managable files
 - Better error messages from CharsetConv (iconv)
 - Added a PDF slideshow builder called AxPoint
 - Sablot fix for changing content-type.
 - Much cleaner handling of character set conversions
 - AxKit::Apache->request() added (similar to Apache->request())
 - Cache maintains content-type more sanely.
 - Many, many minor bug fixes.

Many people are to thank for making this release a reality. I won't
mention names as I'll forget someone. You know who you are.

Enjoy!

-- 
<Matt/>

    /||    ** Founder and CTO  **  **   http://axkit.com/     **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** mod_perl news and resources: http://take23.org  **
     \\//
     //\\
    //  \\




---------------------------------------------------------------------
To unsubscribe, e-mail: axkit-users-unsubscribe@axkit.org
For additional commands, e-mail: axkit-users-help@axkit.org



Re: ANNOUNCE: AxKit 1.4 (fwd)

Posted by Matt Sergeant <ma...@sergeant.org>.
On Tue, 5 Jun 2001, Matt Sergeant wrote:

> Finally out of beta!!!
>
> The next stable release of AxKit is now available for download.
>
> This is a major release, fixing many bugs, improving functionality,
> performance, and flexibility. There is another major update to XSP
> functionality, and all taglibs have been released to CPAN updated to the
> new XSP API. Also added is a new TaglibHelper module, which makes writing
> taglibs as easy as writing a perl module with Exporter-like "tag"
> specifications.

D'Oh!, in the excitement I forgot a URL...

 http://axkit.org/
 http://axkit.org/download/AxKit-1.4.tar.gz

-- 
<Matt/>

    /||    ** Founder and CTO  **  **   http://axkit.com/     **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** mod_perl news and resources: http://take23.org  **
     \\//
     //\\
    //  \\