Return-Path: Mailing-List: contact modperl-cvs-help@apache.org; run by ezmlm Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 34386 invoked by uid 1066); 10 Oct 2000 16:46:25 -0000 Date: 10 Oct 2000 16:46:24 -0000 Message-ID: <20001010164624.34369.qmail@locus.apache.org> From: dougm@locus.apache.org To: modperl-cvs@apache.org Subject: cvs commit: modperl/lib mod_perl.pm dougm 00/10/10 09:46:22 Modified: . Changes lib mod_perl.pm Log: bump version Revision Changes Path 1.546 +2 -0 modperl/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl/Changes,v retrieving revision 1.545 retrieving revision 1.546 diff -u -r1.545 -r1.546 --- Changes 2000/10/10 16:38:33 1.545 +++ Changes 2000/10/10 16:46:13 1.546 @@ -8,6 +8,8 @@ =over 3 +=item 1.24_02-dev + =item 1.24_01 - October 10, 2000 fix bug in $r->args that treats ?0 as the empty string instead of zero, 1.48 +1 -1 modperl/lib/mod_perl.pm Index: mod_perl.pm =================================================================== RCS file: /home/cvs/modperl/lib/mod_perl.pm,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- mod_perl.pm 2000/05/17 05:44:26 1.47 +++ mod_perl.pm 2000/10/10 16:46:19 1.48 @@ -4,7 +4,7 @@ use DynaLoader (); BEGIN { - $mod_perl::VERSION = "1.2401"; + $mod_perl::VERSION = "1.2402"; } sub boot {