You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Fred Moyer <fr...@redhotpenguin.com> on 2010/09/17 05:45:07 UTC

[RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC2

This is RC2, no changes from RC1 except package.  Please test and report back.

MD5 (Apache-SizeLimit-0.92-rc2.tar.gz) = 8d761fc151c43f00f6991b411ac0371b

http://people.apache.org/Apache-SizeLimit-0.92-rc2.tar.gz

Export USE_SMAPS, VERSION, and REQUEST_COUNT to Apache::SizeLimit
from Apache::SizeLimit::Core.
Call _platform_check_size as a class method to prevent error when
USE_SMAPS=0, RT #33303
Reported by: jgoodridge@alum.dartmouth.edu
[Fred Moyer <fr...@redhotpenguin.com>]

  *********** HEADS UP - SHARED CODE BASE - HEADS UP  ***********
  Apache-SizeLimit has been hybridized.
  It has been split into 3 packages.
    1) Apache::SizeLimit  - User API for httpd 1.3.x / mod_perl 1.x
    2) Apache2::SizeLimit - User API for httpd 2.x / mod_perl 2.x

    3) Apache::SizeLimit::Core - Interal Shared Functionality
         _NEVER_ use this module directly.
[Philip M. Gollucci <pg...@p6m7g8.com>]

Skip tests on OS X (darwin) due to broken getrusage(3)
[Fred Moyer <fr...@redhotpenguin.com>,
 Philip M. Gollucci <pg...@p6m7g8.com>]

Added a SUPPORT section to the docs.
[Dave Rolsky <au...@urth.org>]

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


Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC2

Posted by Torsten Förtsch <to...@gmx.net>.
On Monday, September 20, 2010 19:44:54 Fred Moyer wrote:
> http://people.apache.org/~phred/Apache-SizeLimit-0.92-rc2.tar.gz
> 
> Please take this for a test and report back.

+1, linux x86_64, perl 5.12.1, Apache/2.2.16 (prefork MPM)

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

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


Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC2

Posted by David Dick <dd...@iinet.net.au>.
On 21/09/10 03:44, Fred Moyer wrote:
> On Thu, Sep 16, 2010 at 8:45 PM, Fred Moyer<fr...@redhotpenguin.com>  wrote:
>> This is RC2, no changes from RC1 except package.  Please test and report back.
>>
>> MD5 (Apache-SizeLimit-0.92-rc2.tar.gz) = 8d761fc151c43f00f6991b411ac0371b
>>
>> http://people.apache.org/Apache-SizeLimit-0.92-rc2.tar.gz
>
> Whoops, there was an error in that url :)  Should be
>
> http://people.apache.org/~phred/Apache-SizeLimit-0.92-rc2.tar.gz
>
> Please take this for a test and report back.  I'd like to be able to
> release this sometime this week, it is the only dependency standing in
> the way of mod_perl 2.0.5.
>
> +1, darwin, 5.12.2, httpd 2.2.15.

tested ok on fedora 13 and debian lenny.  Only test was a pod test?

Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC2

Posted by Adam Prime <ad...@utoronto.ca>.
builds and tests ok on:

SunOS www01-dtest 5.10 Generic_142901-05 i86pc i386 i86pc Solaris w/
perl 5.8.8 & mp2

and

SunOS web01-dev 5.10 Generic_142901-05 i86pc i386 i86pc Solaris w/
perl 5.8.8 & mp1

and

SunOS ii3-dev 5.10 Generic_138888-03 sun4v sparc SUNW,Sun-Blade-T6320
Solaris w/ perl 5.8.8 & mp1

+1

Adam

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


Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC2

Posted by Torsten Förtsch <to...@gmx.net>.
On Monday, September 20, 2010 19:44:54 Fred Moyer wrote:
> http://people.apache.org/~phred/Apache-SizeLimit-0.92-rc2.tar.gz
> 
> Please take this for a test and report back.

+1, linux x86_64, perl 5.12.1, Apache/2.2.16 (prefork MPM)

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC2

Posted by Fred Moyer <fr...@redhotpenguin.com>.
On Thu, Sep 16, 2010 at 8:45 PM, Fred Moyer <fr...@redhotpenguin.com> wrote:
> This is RC2, no changes from RC1 except package.  Please test and report back.
>
> MD5 (Apache-SizeLimit-0.92-rc2.tar.gz) = 8d761fc151c43f00f6991b411ac0371b
>
> http://people.apache.org/Apache-SizeLimit-0.92-rc2.tar.gz

Whoops, there was an error in that url :)  Should be

http://people.apache.org/~phred/Apache-SizeLimit-0.92-rc2.tar.gz

Please take this for a test and report back.  I'd like to be able to
release this sometime this week, it is the only dependency standing in
the way of mod_perl 2.0.5.

+1, darwin, 5.12.2, httpd 2.2.15.


>
> Export USE_SMAPS, VERSION, and REQUEST_COUNT to Apache::SizeLimit
> from Apache::SizeLimit::Core.
> Call _platform_check_size as a class method to prevent error when
> USE_SMAPS=0, RT #33303
> Reported by: jgoodridge@alum.dartmouth.edu
> [Fred Moyer <fr...@redhotpenguin.com>]
>
>  *********** HEADS UP - SHARED CODE BASE - HEADS UP  ***********
>  Apache-SizeLimit has been hybridized.
>  It has been split into 3 packages.
>    1) Apache::SizeLimit  - User API for httpd 1.3.x / mod_perl 1.x
>    2) Apache2::SizeLimit - User API for httpd 2.x / mod_perl 2.x
>
>    3) Apache::SizeLimit::Core - Interal Shared Functionality
>         _NEVER_ use this module directly.
> [Philip M. Gollucci <pg...@p6m7g8.com>]
>
> Skip tests on OS X (darwin) due to broken getrusage(3)
> [Fred Moyer <fr...@redhotpenguin.com>,
>  Philip M. Gollucci <pg...@p6m7g8.com>]
>
> Added a SUPPORT section to the docs.
> [Dave Rolsky <au...@urth.org>]
>

Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC2

Posted by Fred Moyer <fr...@redhotpenguin.com>.
On Thu, Sep 16, 2010 at 8:45 PM, Fred Moyer <fr...@redhotpenguin.com> wrote:
> This is RC2, no changes from RC1 except package.  Please test and report back.
>
> MD5 (Apache-SizeLimit-0.92-rc2.tar.gz) = 8d761fc151c43f00f6991b411ac0371b
>
> http://people.apache.org/Apache-SizeLimit-0.92-rc2.tar.gz

Whoops, there was an error in that url :)  Should be

http://people.apache.org/~phred/Apache-SizeLimit-0.92-rc2.tar.gz

Please take this for a test and report back.  I'd like to be able to
release this sometime this week, it is the only dependency standing in
the way of mod_perl 2.0.5.

+1, darwin, 5.12.2, httpd 2.2.15.


>
> Export USE_SMAPS, VERSION, and REQUEST_COUNT to Apache::SizeLimit
> from Apache::SizeLimit::Core.
> Call _platform_check_size as a class method to prevent error when
> USE_SMAPS=0, RT #33303
> Reported by: jgoodridge@alum.dartmouth.edu
> [Fred Moyer <fr...@redhotpenguin.com>]
>
>  *********** HEADS UP - SHARED CODE BASE - HEADS UP  ***********
>  Apache-SizeLimit has been hybridized.
>  It has been split into 3 packages.
>    1) Apache::SizeLimit  - User API for httpd 1.3.x / mod_perl 1.x
>    2) Apache2::SizeLimit - User API for httpd 2.x / mod_perl 2.x
>
>    3) Apache::SizeLimit::Core - Interal Shared Functionality
>         _NEVER_ use this module directly.
> [Philip M. Gollucci <pg...@p6m7g8.com>]
>
> Skip tests on OS X (darwin) due to broken getrusage(3)
> [Fred Moyer <fr...@redhotpenguin.com>,
>  Philip M. Gollucci <pg...@p6m7g8.com>]
>
> Added a SUPPORT section to the docs.
> [Dave Rolsky <au...@urth.org>]
>

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