You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Philippe M. Chiasson" <go...@ectoplasm.org> on 2005/01/23 00:14:39 UTC

[ANNOUNCE] mod_perl 1.999_21 (2.0.0-RC4)

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
<pa...@gmail.com>, 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 <gi...@ActiveState.com>, Stas]

on Irix mod_perl.so needs to see the libperl.so symbols, which
requires the -exports option immediately before -lperl.  [Gordon Lack
<gm...@ggr.co.uk>]

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



Re: [ANNOUNCE] mod_perl 1.999_21 (2.0.0-RC4)

Posted by "Randal L. Schwartz" <me...@stonehenge.com>.
It still has CPAN indexing of Apache::PerlSections, incorrectly.
-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<me...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: [ANNOUNCE] mod_perl 1.999_21 (2.0.0-RC4)

Posted by "Randal L. Schwartz" <me...@stonehenge.com>.
It still has CPAN indexing of Apache::PerlSections, incorrectly.
-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<me...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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