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 do...@apache.org on 2002/06/02 05:20:35 UTC

cvs commit: modperl-2.0 Changes

dougm       2002/06/01 20:20:35

  Modified:    .        Changes
  Log:
  update Changes
  
  Revision  Changes    Path
  1.15      +12 -0     modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Changes	29 May 2002 16:31:44 -0000	1.14
  +++ Changes	2 Jun 2002 03:20:35 -0000	1.15
  @@ -10,6 +10,18 @@
   
   =item 1.99_02-dev
   
  +pass the PATH and TZ environment variables at startup by default as 1.xx did
  +
  +fix ModPerl::Util::exit segv with 5.6.0
  +
  +no longer support 5.7.x perl development versions
  +
  +added compat for Apache::Table->new
  +
  +various fixes to compile/run on darwin
  +
  +server-scope Perl{Set,Pass}Env config now propagated to %ENV at startup
  +
   use SvOK(sv) instead of sv == &PL_sv_undef to detect undef values in xs
   [Stephen Clouse <st...@theiqgroup.com>]