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...@apache.org> on 2007/03/27 20:54:10 UTC

[RELEASE CANDIDATE] Apache-SizeLimit 0.91 RC4

This release should be the final RC, the same as what would ship
in the latest mod_perl 1.30 RC2.

http://people.apache.org/~gozer/mp1/Apache-SizeLimit-0.91-rc4.tar.gz

Changes since 0.9 :

  *********** 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>]

Fix Can't call method "child_terminate" on an undefined value
By add_cleanup_handler() pass $r to _exit_if_to_big() via shift
[David Wheeler <da...@kineticode.com>]

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

------------------------------------------------------------------------
Philippe M. Chiasson     GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
http://gozer.ectoplasm.org/       m/gozer\@(apache|cpan|ectoplasm)\.org/

Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.91 RC4

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Sorry, try again :(

The only change here included is:
 > Fix Can't call method "child_terminate" on an undefined value
 > By add_cleanup_handler() pass $r to _exit_if_to_big() via shift
 > [David Wheeler <da...@kineticode.com>]

The rest are still in trunk-unstable.

Thats just the changes file though so need need for a new RC for that.
Feed back on the tar.gz soonish.

Philippe M. Chiasson wrote:
> This release should be the final RC, the same as what would ship
> in the latest mod_perl 1.30 RC2.
> 
> http://people.apache.org/~gozer/mp1/Apache-SizeLimit-0.91-rc4.tar.gz
> 
> Changes since 0.9 :
> 
>   *********** 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>]
> 
> Fix Can't call method "child_terminate" on an undefined value
> By add_cleanup_handler() pass $r to _exit_if_to_big() via shift
> [David Wheeler <da...@kineticode.com>]
> 
> Added a SUPPORT section to the docs.
> [Dave Rolsky <au...@urth.org>]
> 
> ------------------------------------------------------------------------
> Philippe M. Chiasson     GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
> http://gozer.ectoplasm.org/       m/gozer\@(apache|cpan|ectoplasm)\.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org


-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

---------------------------------------------------------------------
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.91 RC4

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Geoffrey Young wrote:
> Philippe M. Chiasson wrote:
>> This release should be the final RC, the same as what would ship
>> in the latest mod_perl 1.30 RC2.
>>
>> http://people.apache.org/~gozer/mp1/Apache-SizeLimit-0.91-rc4.tar.gz
This tarball + the docs changes gozer/geoff commited looks good.

FreeBSD 6.2-STABLE i386
gcc 3.4.6

5.6.2   PASS
5.8.1   PASS
5.8.2   PASS
5.8.3   PASS
5.8.4   PASS
5.8.5   PASS
5.8.6   PASS
5.8.7   PASS
5.8.8   PASS

+1

-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

---------------------------------------------------------------------
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.91 RC4

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Geoffrey Young wrote:
> Philippe M. Chiasson wrote:
>> This release should be the final RC, the same as what would ship
>> in the latest mod_perl 1.30 RC2.
>>
>> http://people.apache.org/~gozer/mp1/Apache-SizeLimit-0.91-rc4.tar.gz
This tarball + the docs changes gozer/geoff commited looks good.

FreeBSD 6.2-STABLE i386
gcc 3.4.6

5.6.2   PASS
5.8.1   PASS
5.8.2   PASS
5.8.3   PASS
5.8.4   PASS
5.8.5   PASS
5.8.6   PASS
5.8.7   PASS
5.8.8   PASS

+1

-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.91 RC4

Posted by Geoffrey Young <ge...@modperlcookbook.org>.
Philippe M. Chiasson wrote:
> This release should be the final RC, the same as what would ship
> in the latest mod_perl 1.30 RC2.
> 
> http://people.apache.org/~gozer/mp1/Apache-SizeLimit-0.91-rc4.tar.gz

looks good (finally :)

+1

--Geoff

---------------------------------------------------------------------
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.91 RC4

Posted by Geoffrey Young <ge...@modperlcookbook.org>.
Philippe M. Chiasson wrote:
> This release should be the final RC, the same as what would ship
> in the latest mod_perl 1.30 RC2.
> 
> http://people.apache.org/~gozer/mp1/Apache-SizeLimit-0.91-rc4.tar.gz

looks good (finally :)

+1

--Geoff

Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.91 RC4

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Sorry, try again :(

The only change here included is:
 > Fix Can't call method "child_terminate" on an undefined value
 > By add_cleanup_handler() pass $r to _exit_if_to_big() via shift
 > [David Wheeler <da...@kineticode.com>]

The rest are still in trunk-unstable.

Thats just the changes file though so need need for a new RC for that.
Feed back on the tar.gz soonish.

Philippe M. Chiasson wrote:
> This release should be the final RC, the same as what would ship
> in the latest mod_perl 1.30 RC2.
> 
> http://people.apache.org/~gozer/mp1/Apache-SizeLimit-0.91-rc4.tar.gz
> 
> Changes since 0.9 :
> 
>   *********** 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>]
> 
> Fix Can't call method "child_terminate" on an undefined value
> By add_cleanup_handler() pass $r to _exit_if_to_big() via shift
> [David Wheeler <da...@kineticode.com>]
> 
> Added a SUPPORT section to the docs.
> [Dave Rolsky <au...@urth.org>]
> 
> ------------------------------------------------------------------------
> Philippe M. Chiasson     GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
> http://gozer.ectoplasm.org/       m/gozer\@(apache|cpan|ectoplasm)\.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org


-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.