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/10/08 06:34:02 UTC

cvs commit: modperl/lib mod_perl.pm

gozer       2003/10/07 21:34:02

  Modified:    .        Changes
               lib      mod_perl.pm
  Log:
  bump version
  
  Revision  Changes    Path
  1.681     +1 -1      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.680
  retrieving revision 1.681
  diff -u -r1.680 -r1.681
  --- Changes	2 Oct 2003 21:30:35 -0000	1.680
  +++ Changes	8 Oct 2003 04:34:02 -0000	1.681
  @@ -8,7 +8,7 @@
   
   =over 3
   
  -=item 1.28_01-dev
  +=item 1.29 - Oct 7, 2003
   
   Add a workaround for the 'rand' bug for perl 5.8.1 (compiled with
   either -DUSE_HASH_SEED or -DUSE_HASH_SEED_EXPLICIT, which is the
  
  
  
  1.58      +1 -1      modperl/lib/mod_perl.pm
  
  Index: mod_perl.pm
  ===================================================================
  RCS file: /home/cvs/modperl/lib/mod_perl.pm,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- mod_perl.pm	2 Jul 2003 13:24:58 -0000	1.57
  +++ mod_perl.pm	8 Oct 2003 04:34:02 -0000	1.58
  @@ -4,7 +4,7 @@
   use DynaLoader ();
   
   BEGIN {
  -    $mod_perl::VERSION = "1.2801";
  +    $mod_perl::VERSION = "1.29";
   }
   
   sub boot {