mod_perl 1.999_21 (2.0.0-RC4) is out:

http://perl.apache.org/dist/mod_perl-2.0.0-RC4.tar.gz
http://perl.apache.org/dist/mod_perl-2.0.0-RC4.tar.gz.asc (gpg sig)

has entered CPAN as

   file: $CPAN/authors/id/G/GO/GOZER/mod_perl-2.0.0-RC4.tar.gz
   size: 1418497 bytes
    md5: 062af5ab71cfd0868b4e5a3b95aabf25
   sha1: 56669b375d3ae5ff6bb75284c15b4a1b3c6d3caf

Changes since 1.999_20:

PerlPostConfigRequire was trying to detect missing files early on,
but without searching thru @INC, causing false negatives. Better off
skipping that check and leave it to modperl_require_file() to report
problems with finding the file.  [Patrick LeBoutillier
<[EMAIL PROTECTED]>, Gozer]

add a perl bug workaround: with USE_ITHREADS perl leaks pthread_key_t
on every reload of libperl.{a,so} (it's allocated on the very first
perl_alloc() and never freed). This becomes a problem on apache
restart: if the OS limit is 1024, 1024 restarts later things will
start crashing [Gisle Aas <[EMAIL PROTECTED]>, Stas]

on Irix mod_perl.so needs to see the libperl.so symbols, which
requires the -exports option immediately before -lperl.  [Gordon Lack
<[EMAIL PROTECTED]>]

pool arguments to startup and connection callbacks must be blessed
into APR::Pool and not Apache::Pool class [joes]

Make PerlSetEnv, PerlPassEnv and %ENV in PerlRequre, PerlModule,
PerlConfigRequire and PerlPostConfigRequire affect each, so a change
in one of these immediately seen in the others. [Pratik <pratiknaik
gmail.com>, Stas]

--------------------------------------------------------------------------------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5
http://gozer.ectoplasm.org/     F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to