stas 2003/09/29 10:48:45
Modified: . Changes lib mod_perl.pm Log: start the 1.99_11-dev cycle Revision Changes Path 1.223 +2 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.222 retrieving revision 1.223 diff -u -u -r1.222 -r1.223 --- Changes 29 Sep 2003 16:57:50 -0000 1.222 +++ Changes 29 Sep 2003 17:48:45 -0000 1.223 @@ -10,6 +10,8 @@ =over 3 +=item 1.99_11-dev - + =item 1.99_10 - September 29, 2003 make sure that the custom pools and destroyed only once and only when 1.11 +1 -1 modperl-2.0/lib/mod_perl.pm Index: mod_perl.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/mod_perl.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -u -u -r1.10 -r1.11 --- mod_perl.pm 28 Apr 2003 02:34:25 -0000 1.10 +++ mod_perl.pm 29 Sep 2003 17:48:45 -0000 1.11 @@ -4,7 +4,7 @@ use strict; BEGIN { - our $VERSION = "1.9910"; + our $VERSION = "1.9911"; } 1;