You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by go...@apache.org on 2003/07/02 15:04:40 UTC

cvs commit: modperl/lib mod_perl.pm

gozer       2003/07/02 06:04:40

  Modified:    .        Changes
               lib      mod_perl.pm
  Log:
  bump version to 1.28
  
  Revision  Changes    Path
  1.672     +1 -1      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.671
  retrieving revision 1.672
  diff -u -r1.671 -r1.672
  --- Changes	20 Jun 2003 07:50:43 -0000	1.671
  +++ Changes	2 Jul 2003 13:04:19 -0000	1.672
  @@ -8,7 +8,7 @@
   
   =over 3
   
  -=item 1.27_01-dev
  +=item 1.28 - July 2, 2003
   
   Apache::FakeRequest now isa Apache so code that is carefull about
   $r and checks that $r->isa('Apache') will not fail [David Wheeler
  
  
  
  1.56      +1 -1      modperl/lib/mod_perl.pm
  
  Index: mod_perl.pm
  ===================================================================
  RCS file: /home/cvs/modperl/lib/mod_perl.pm,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- mod_perl.pm	2 Jun 2002 03:07:13 -0000	1.55
  +++ mod_perl.pm	2 Jul 2003 13:04:39 -0000	1.56
  @@ -4,7 +4,7 @@
   use DynaLoader ();
   
   BEGIN {
  -    $mod_perl::VERSION = "1.2701";
  +    $mod_perl::VERSION = "1.28";
   }
   
   sub boot {