geoff       2003/08/22 12:18:03

  Modified:    .        Changes Makefile.PL README
  Log:
  remove support for httpd 2.0.45/apr 0.9.3 and lower.
  httpd 2.0.46 is now the minimum supported version.
  Submitted by: geoff
  Reviewed by:  stas
  
  Revision  Changes    Path
  1.212     +4 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.211
  retrieving revision 1.212
  diff -u -r1.211 -r1.212
  --- Changes   21 Aug 2003 18:04:36 -0000      1.211
  +++ Changes   22 Aug 2003 19:18:03 -0000      1.212
  @@ -12,6 +12,10 @@
   
   =item 1.99_10-dev
   
  +remove support for httpd 2.0.45/apr 0.9.3 and lower.
  +httpd 2.0.46 is now the minimum supported version.
  +[Geoffrey Young]
  +
   APR::PerlIO now accepts the pool object instead of a request/server
   objects, so it can be used anywhere, including outside mod_perl [Stas]
   
  
  
  
  1.123     +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- Makefile.PL       15 Aug 2003 23:56:16 -0000      1.122
  +++ Makefile.PL       22 Aug 2003 19:18:03 -0000      1.123
  @@ -6,7 +6,7 @@
   # directly or via the top level Makefile.PL
   $ENV{MOD_PERL_2_BUILD} = 1;
   
  -my $min_httpd_version = '2.0.36';
  +my $min_httpd_version = '2.0.46';
   
   my($old_modperl_version, $old_modperl_pm);
   
  
  
  
  1.15      +1 -1      modperl-2.0/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/README,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- README    6 Aug 2003 22:38:53 -0000       1.14
  +++ README    22 Aug 2003 19:18:03 -0000      1.15
  @@ -3,7 +3,7 @@
   *** Prerequisites ***
   
   Apache:
  -  This version of mod_perl works with Apache versions 2.0.36 -
  +  This version of mod_perl works with Apache versions 2.0.46 -
     2.0.47. Newer Apache versions may work with this version of mod_perl.
     If not, the the cvs version likely will, which can be obtained from:
     
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution
  
  
  

Reply via email to