Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 69708 invoked from network); 7 Sep 2006 18:09:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 18:09:29 -0000 Received: (qmail 7330 invoked by uid 500); 7 Sep 2006 18:09:18 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 7318 invoked by uid 500); 7 Sep 2006 18:09:18 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 7295 invoked by uid 99); 7 Sep 2006 18:09:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 11:09:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.236.219.70] (HELO piccollo.p6m7g8.net) (66.236.219.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 11:09:17 -0700 Received: from [172.28.57.204] (office4.tmcs.net [209.104.55.5]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k87I8utP022854 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 7 Sep 2006 14:08:57 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <45005FF6.7020409@p6m7g8.com> Date: Thu, 07 Sep 2006 11:07:50 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060716) MIME-Version: 1.0 To: mod_perl Dev CC: modperl Subject: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N A release candidate for mod_perl 2.0.3 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz and report back successes or failures. When reporting failures, please see the bug reporting guidelines at http://perl.apache.org/bugs/ so that your report can get the best attention possible. CHANGES since 2.0.2: --------------------- Fix bug concerning 'error-notes' having no value on errordocument redirect. [Guy Albertelli II ] Multi-line $PerlConfig is now working [Gozer] PerlOptions None was previously incorrectly reported as invalid inside or blocks. [Philip M. Gollucci] Require B::Size 0.07 and B::TerseSize 0.07 for Apache2::Status [Philip M. Gollucci] Apache2::Status was expecting B::TerseSize to return an op count for things that it didn't causing requests like http://localhost/perl-status/main?noh_b_package_size to cause 405s [Philip M. Gollucci] Updates for Win32 to allow building and testing on Apache/2.2: - use httpd.exe as the Apache binary name when installing apxs - use new apr library names (libapr-1.lib and libaprutil-1.lib) [Randy Kobes] Make sure that additional library paths are included in the build flags so that mod_perl will use the same versions of libraries that APR does. [Mike Smith ] Added $r->connection->pnotes, identical to $r->pnotes, but for the entire lifetime of the connection [Geoffrey Young, Gozer] Fixed problems with add_config() and thread-safety: [Gozer] - $s->add_config is not allowed anymore after server startup - $r->add_config can only affect configuration for the current request, just like .htaccess files do Make sure that LIBS and other MakeMaker command line flags are not ignored by the top level Makefile.PL and xs/APR/APR/Makefile.PL [Stas] Corrected a typo that would cause the corruption of $), the effective group id as Perl sees it [Gozer] Added support for httpd-2.2's new override_opts in Apache2::Access. Calls to add_config() now accept an override_opts value as the 4th argument. [Torsten Foertsch , Gozer] Fix 'PerlSwitches +inherit' that got broken somewhere along the way to 2.0. You can also use 'PerlOptions +InheritSwitches' for the same result. [Gozer] Add perl API corresponding to User and Group directives in httpd.conf: Apache2::ServerUtil->user_id and Apache2::ServerUtil->group_id [Stas] Apache2::Reload now first unloads all modified modules before trying to reload them. This way, inter-module dependencies are more likely to be correctly satisfied when reloaded [Javier Uruen Val , Gozer] $r->add_config() can now take an optionnal 3rd argument that specifies what pseudo the configuration is evaluated into [Torsten Foertsch ] remove -DAP_HAVE_DESIGNATED_INITIALIZER and -DAP_DEBUG from MP_MAINTAINER mode to avoid collisions [Joe Orton] Back out r280262 which was causing Apache2::Reload to misbehave. [JT Smith ] Perl_do_open/close fixes to make mod_perl 2.0 compile with blead-perl@25889+ (5.9.3+) [Stas] Added Apache2::PerlSections->server, returning the server into which the section is defined [Gozer] Require B::Size and B::TerseSize v0.06 for Apache2::Status options StatusTerse and StatusTerseSize which has now been updated to support the new mod_perl2 api post RC5. [Philip M. Gollucci] When using Apache2::PerlSections->dump, the configuration would print out in the correct order, but when the configuration was passed off to Apache the ordering was lost. [Scott Wessels ] -- The mod_perl Development Team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org