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 st...@apache.org on 2003/01/01 05:10:49 UTC

cvs commit: modperl-2.0 README

stas        2002/12/31 20:10:49

  Modified:    .        README
  Log:
  shape up the README file:
  - most important mention up to which Apache version the released version
  is expected to work with, to reduce a number of questions on the mod_perl
  list, when people try the latest Apache.
  - do require Perl 5.6.1, to avoid faulty bug reports
  - give credits to TicketMaster
  
  Revision  Changes    Path
  1.8       +30 -6     modperl-2.0/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/README,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- README	27 Jun 2002 06:36:03 -0000	1.7
  +++ README	1 Jan 2003 04:10:49 -0000	1.8
  @@ -1,9 +1,21 @@
   This is mod_perl version 2.0-tobe
   
  -Apache version 2.0.39 or higher is required.
  +*** Prerequisites ***
   
  -Perl version 5.6.0 or higher is required. Perl-5.8.0-RC2 if you build
  -with 5.8.0 series.
  +Apache:
  +  this version of mod_perl works with Apache versions 2.0.39 -
  +  2.0.43. Older Apache versions aren't supported. Newer Apache version
  +  may not work with this version of mod_perl, but only with the cvs
  +  version which can be obtained from:
  +  http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution
  +
  +Perl: 
  +  version 5.6.1 or higher is required. mod_perl builds with 5.6.0,
  +  but it's likely that you will have problems using it.
  +
  +  Perl version 5.8.0 is required for threaded MPMs.
  +
  +*** Status ***
   
   mod_perl is currently considered beta when used with the prefork MPM.
   
  @@ -12,13 +24,20 @@
   Only DSO build of mod_perl-2.0 is currently supported, static builds
   will be support in the future.
   
  -docs are available in /docs. Currently they don't get installed on
  -'make install'. Certain API documentation can be found in docs/api/.
  -the online version is at http://perl.apache.org/release/docs).
  +*** Documentation ***
  +
  +Documentation are available in /docs. Currently they don't get
  +installed on 'make install'. Certain API documentation can be found in
  +/docs/api/.  the online version is at
  +http://perl.apache.org/release/docs).
  +
  +*** Todo ***
   
   mod_perl-2.0-tobe is not 100% feature complete with the 1.xx version.
   See the todo/ directory for what remains to be done.
   
  +*** Support ***
  +
   For comments, questions, bug-reports, etc., join the mod_perl users
   list by sending mail to modperl-subscribe@perl.apache.org.
   
  @@ -28,8 +47,13 @@
   For announcements join the mod_perl announce list by sending mail to
   announce-subscribe@perl.apache.org.
   
  +*** Developers ***
  +
   mod_perl-2.0 was designed and written by Doug MacEachern, with
   contributions from many others (see the CREDITS and Changes files).
   
   Doug's mod_perl-2.0 development time is sponsored by
   Covalent Technologies: http://www.covalent.net/
  +
  +Stas Bekman's mod_perl-2.0 development time is sponsored by
  +TicketMaster: http://www.ticketmaster.com/
  \ No newline at end of file
  
  
  

Re: cvs commit: modperl-2.0 README

Posted by Stas Bekman <st...@stason.org>.
stas@apache.org wrote:

>   -Apache version 2.0.39 or higher is required.
>   +*** Prerequisites ***
>    
>   -Perl version 5.6.0 or higher is required. Perl-5.8.0-RC2 if you build
>   -with 5.8.0 series.
>   +Apache:
>   +  this version of mod_perl works with Apache versions 2.0.39 -
>   +  2.0.43. Older Apache versions aren't supported. Newer Apache version
>   +  may not work with this version of mod_perl, but only with the cvs
>   +  version which can be obtained from:
>   +  http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution

As you can from the repeated bug reports on the modperl list, we want to
explicitly state the highest supported Apache version with the released 
mod_perl version (in addition to the lowest). So please make sure to 
adjust the top number when releasing a new version. I believe that 
2.0.43 is the correct one for the moment.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org