You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2002/04/22 14:42:36 UTC

cvs commit: xml-axkit/lib AxKit.pm

matts       02/04/22 05:42:36

  Modified:    .        Changes
               lib      AxKit.pm
  Log:
  Bump ver. Added 1.5.2 changes
  
  Revision  Changes    Path
  1.4       +7 -0      xml-axkit/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/xml-axkit/Changes,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Changes	15 Mar 2002 12:25:26 -0000	1.3
  +++ Changes	22 Apr 2002 12:42:35 -0000	1.4
  @@ -1,5 +1,12 @@
   AxKit Changes
   
  +1.5.2
  + - Allow AxKit to handle directory requests.
  + - Fixed all Language modules to return 200/OK
  + - Added AxIgnoreStylePI directive
  + - Ported AxPoint to use XML::Handler::AxPoint
  + - TaglibHelper taglibs no longer need to have parse_* subs 
  +
   1.5.1
    - Allow XSP pages to return a result code to make redirects and other
      HTTP status codes easier.
  
  
  
  1.7       +2 -2      xml-axkit/lib/AxKit.pm
  
  Index: AxKit.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/lib/AxKit.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AxKit.pm	2 Apr 2002 16:27:54 -0000	1.6
  +++ AxKit.pm	22 Apr 2002 12:42:36 -0000	1.7
  @@ -1,4 +1,4 @@
  -# $Id: AxKit.pm,v 1.6 2002/04/02 16:27:54 matts Exp $
  +# $Id: AxKit.pm,v 1.7 2002/04/22 12:42:36 matts Exp $
   
   package AxKit;
   use strict;
  @@ -21,7 +21,7 @@
   Apache::AxKit::CharsetConv::raise_error(1);
   
   BEGIN {
  -    $VERSION = "1.51";
  +    $VERSION = "1.52";
       if ($ENV{MOD_PERL}) {
           $AxKit::ServerString = "AxKit/$VERSION";
           @AxKit::ISA = qw(DynaLoader);