Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: Dev

[RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1

 

 

ModPerl dev RSS feed   Index | Next | Previous | View Threaded


pgollucci at p6m7g8

Aug 4, 2010, 8:25 AM

Post #1 of 8 (674 views)
Permalink
[RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz
http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.md5
http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.sha256
http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.asc


item 0.92-rc1

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 [at] alum
[Fred Moyer <fred [at] redhotpenguin>]

*********** 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 <pgollucci [at] p6m7g8>]

Skip tests on OS X (darwin) due to broken getrusage(3)
[Fred Moyer <fred [at] redhotpenguin>,
Philip M. Gollucci <pgollucci [at] p6m7g8>]

Added a SUPPORT section to the docs.
[Dave Rolsky <autarch [at] urth>]



- --
- ------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer, FreeBSD Foundation
Consultant, P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iD8DBQFMWYZsdbiP+9ubjBwRAtE4AKCD/ttal+pkK3iI8oh9rC7FvSCnggCcC5qo
WHQKFEoMjwxi96qS1SxXMrA=
=JkqO
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


adam.prime at utoronto

Aug 4, 2010, 6:19 PM

Post #2 of 8 (654 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1 [In reply to]

builds and tests fine on linux w/ 5.8.8 mp2, i'll do solaris x86/sparc
at work tomorrow. This is actually a pretty significant change set, so
it would probably be a good idea to get as much feedback as possible.

Adam

Philip M. Gollucci wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.md5
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.sha256
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.asc
>
>
> item 0.92-rc1
>
> 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 [at] alum
> [Fred Moyer <fred [at] redhotpenguin>]
>
> *********** 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 <pgollucci [at] p6m7g8>]
>
> Skip tests on OS X (darwin) due to broken getrusage(3)
> [Fred Moyer <fred [at] redhotpenguin>,
> Philip M. Gollucci <pgollucci [at] p6m7g8>]
>
> Added a SUPPORT section to the docs.
> [Dave Rolsky <autarch [at] urth>]
>
>
>
> - --
> - ------------------------------------------------------------------------
> 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
> Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
> VP Apache Infrastructure; Member, Apache Software Foundation
> Committer, FreeBSD Foundation
> Consultant, P6M7G8 Inc.
> Sr. System Admin, Ridecharge Inc.
>
> Work like you don't need the money,
> love like you'll never get hurt,
> and dance like nobody's watching.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.14 (FreeBSD)
>
> iD8DBQFMWYZsdbiP+9ubjBwRAtE4AKCD/ttal+pkK3iI8oh9rC7FvSCnggCcC5qo
> WHQKFEoMjwxi96qS1SxXMrA=
> =JkqO
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe [at] perl
> For additional commands, e-mail: dev-help [at] perl
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


pgollucci at p6m7g8

Aug 4, 2010, 8:14 PM

Post #3 of 8 (653 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1 [In reply to]

On 8/4/2010 9:19 PM, Adam Prime wrote:
> builds and tests fine on linux w/ 5.8.8 mp2, i'll do solaris x86/sparc
> at work tomorrow. This is actually a pretty significant change set, so
> it would probably be a good idea to get as much feedback as possible.

Yep, I even vaguely remember writing it :) I rather see run-time tests
in dev/qa/prod then reports that the tests work. They aren't very
extensive.

THX!


>
> Adam
>
> Philip M. Gollucci wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.md5
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.sha256
>>
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.asc
>>
>>
>> item 0.92-rc1
>>
>> 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 [at] alum
>> [Fred Moyer <fred [at] redhotpenguin>]
>>
>> *********** 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 <pgollucci [at] p6m7g8>]
>>
>> Skip tests on OS X (darwin) due to broken getrusage(3)
>> [Fred Moyer <fred [at] redhotpenguin>,
>> Philip M. Gollucci <pgollucci [at] p6m7g8>]
>>
>> Added a SUPPORT section to the docs.
>> [Dave Rolsky <autarch [at] urth>]
>>
>>
>>
>> - -- -
>> ------------------------------------------------------------------------
>> 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
>> Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
>> VP Apache Infrastructure; Member, Apache Software Foundation
>> Committer, FreeBSD Foundation
>> Consultant, P6M7G8 Inc.
>> Sr. System Admin, Ridecharge Inc.
>>
>> Work like you don't need the money,
>> love like you'll never get hurt,
>> and dance like nobody's watching.
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2.0.14 (FreeBSD)
>>
>> iD8DBQFMWYZsdbiP+9ubjBwRAtE4AKCD/ttal+pkK3iI8oh9rC7FvSCnggCcC5qo
>> WHQKFEoMjwxi96qS1SxXMrA=
>> =JkqO
>> -----END PGP SIGNATURE-----
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe [at] perl
>> For additional commands, e-mail: dev-help [at] perl
>>


--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer, FreeBSD Foundation
Consultant, P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

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 [at] perl
For additional commands, e-mail: dev-help [at] perl


adam.prime at utoronto

Aug 5, 2010, 8:46 AM

Post #4 of 8 (650 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1 [In reply to]

On 10-08-04 11:14 PM, Philip M. Gollucci wrote:
> On 8/4/2010 9:19 PM, Adam Prime wrote:
>> builds and tests fine on linux w/ 5.8.8 mp2, i'll do solaris x86/sparc
>> at work tomorrow. This is actually a pretty significant change set, so
>> it would probably be a good idea to get as much feedback as possible.
>
> Yep, I even vaguely remember writing it :) I rather see run-time tests
> in dev/qa/prod then reports that the tests work. They aren't very
> extensive.
>
> THX!
>

I would too, but i don't actually use A::SL at all, so i can't be much
help in that regard.

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


fred at redhotpenguin

Aug 5, 2010, 11:03 AM

Post #5 of 8 (653 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1 [In reply to]

All tests pass on Linux with httpd 2.2.9 and perl 5.8.8. I had to
explicitly set APACHE_TEST_HTTPD and APACHE_TEST_APXS since my httpd
binary wasn't in my $PATH, but it worked fine after that.

On Wed, Aug 4, 2010 at 8:25 AM, Philip M. Gollucci <pgollucci [at] p6m7g8> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.md5
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.sha256
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.asc
>
>
> item 0.92-rc1
>
> 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 [at] alum
> [Fred Moyer <fred [at] redhotpenguin>]
>
>  *********** 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 <pgollucci [at] p6m7g8>]
>
> Skip tests on OS X (darwin) due to broken getrusage(3)
> [Fred Moyer <fred [at] redhotpenguin>,
>  Philip M. Gollucci <pgollucci [at] p6m7g8>]
>
> Added a SUPPORT section to the docs.
> [Dave Rolsky <autarch [at] urth>]
>
>
>
> - --
> - ------------------------------------------------------------------------
> 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
> Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
> VP Apache Infrastructure; Member, Apache Software Foundation
> Committer,                        FreeBSD Foundation
> Consultant,                       P6M7G8 Inc.
> Sr. System Admin,                 Ridecharge Inc.
>
> Work like you don't need the money,
> love like you'll never get hurt,
> and dance like nobody's watching.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.14 (FreeBSD)
>
> iD8DBQFMWYZsdbiP+9ubjBwRAtE4AKCD/ttal+pkK3iI8oh9rC7FvSCnggCcC5qo
> WHQKFEoMjwxi96qS1SxXMrA=
> =JkqO
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe [at] perl
> For additional commands, e-mail: dev-help [at] perl
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


pgollucci at p6m7g8

Aug 5, 2010, 11:21 AM

Post #6 of 8 (654 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1 [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/05/10 18:03, Fred Moyer wrote:
> All tests pass on Linux with httpd 2.2.9 and perl 5.8.8. I had to
> explicitly set APACHE_TEST_HTTPD and APACHE_TEST_APXS since my httpd
> binary wasn't in my $PATH, but it worked fine after that.

thats from Apache-Test and has nothing to do with this. MP_APXS=x
should have caught that when you installed mp2. Unless you installed
A-T outside of mod_perl and left the args off.

Anyway so far so good.


Any real run-time testers out there.

Counting me (we're at 2 binding +1) and 1 non binding.


>
> On Wed, Aug 4, 2010 at 8:25 AM, Philip M. Gollucci <pgollucci [at] p6m7g8> wrote:
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.md5
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.sha256
> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.asc
>
>
> item 0.92-rc1
>
> 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 [at] alum
> [Fred Moyer <fred [at] redhotpenguin>]
>
> *********** 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 <pgollucci [at] p6m7g8>]
>
> Skip tests on OS X (darwin) due to broken getrusage(3)
> [Fred Moyer <fred [at] redhotpenguin>,
> Philip M. Gollucci <pgollucci [at] p6m7g8>]
>
> Added a SUPPORT section to the docs.
> [Dave Rolsky <autarch [at] urth>]
>
>
>
>>
- ---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl
>>
>>

- --
- ------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer, FreeBSD Foundation
Consultant, P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iD8DBQFMWwE1dbiP+9ubjBwRAqciAJoC3SrxDTzc3NFFBVfJ0aE2KUQ6XACghmcl
259OxDVSj8r+/huBdwzTLx8=
=G6a/
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


adam.prime at utoronto

Aug 5, 2010, 11:22 AM

Post #7 of 8 (652 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1 [In reply to]

builds and tests fine on:

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

and

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

+1

Adam


On 10-08-04 09:19 PM, Adam Prime wrote:
> builds and tests fine on linux w/ 5.8.8 mp2, i'll do solaris x86/sparc
> at work tomorrow. This is actually a pretty significant change set, so
> it would probably be a good idea to get as much feedback as possible.
>
> Adam
>
> Philip M. Gollucci wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.md5
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.sha256
>>
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.asc
>>
>>
>> item 0.92-rc1
>>
>> 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 [at] alum
>> [Fred Moyer <fred [at] redhotpenguin>]
>>
>> *********** 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 <pgollucci [at] p6m7g8>]
>>
>> Skip tests on OS X (darwin) due to broken getrusage(3)
>> [Fred Moyer <fred [at] redhotpenguin>,
>> Philip M. Gollucci <pgollucci [at] p6m7g8>]
>>
>> Added a SUPPORT section to the docs.
>> [Dave Rolsky <autarch [at] urth>]
>>
>>
>>
>> - -- -
>> ------------------------------------------------------------------------
>> 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
>> Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
>> VP Apache Infrastructure; Member, Apache Software Foundation
>> Committer, FreeBSD Foundation
>> Consultant, P6M7G8 Inc.
>> Sr. System Admin, Ridecharge Inc.
>>
>> Work like you don't need the money,
>> love like you'll never get hurt,
>> and dance like nobody's watching.
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2.0.14 (FreeBSD)
>>
>> iD8DBQFMWYZsdbiP+9ubjBwRAtE4AKCD/ttal+pkK3iI8oh9rC7FvSCnggCcC5qo
>> WHQKFEoMjwxi96qS1SxXMrA=
>> =JkqO
>> -----END PGP SIGNATURE-----
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe [at] perl
>> For additional commands, e-mail: dev-help [at] perl
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


fred at redhotpenguin

Aug 5, 2010, 11:24 AM

Post #8 of 8 (653 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC1 [In reply to]

On Thu, Aug 5, 2010 at 11:21 AM, Philip M. Gollucci
<pgollucci [at] p6m7g8> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 08/05/10 18:03, Fred Moyer wrote:
>> All tests pass on Linux with httpd 2.2.9 and perl 5.8.8.  I had to
>> explicitly set APACHE_TEST_HTTPD and APACHE_TEST_APXS since my httpd
>> binary wasn't in my $PATH, but it worked fine after that.
>
> thats from Apache-Test and has nothing to do with this.  MP_APXS=x
> should have caught that when you installed mp2.  Unless you installed
> A-T outside of mod_perl and left the args off.

Yeah that install was rather old, so I'm not surprised.

+1

>
> Anyway so far so good.
>
>
> Any real run-time testers out there.
>
> Counting me (we're at 2 binding +1) and 1 non binding.
>
>
>>
>> On Wed, Aug 4, 2010 at 8:25 AM, Philip M. Gollucci <pgollucci [at] p6m7g8> wrote:
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.md5
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.sha256
>> http://people.apache.org/~pgollucci/Apache-SizeLimit-0.92-rc1.tar.gz.asc
>>
>>
>> item 0.92-rc1
>>
>> 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 [at] alum
>> [Fred Moyer <fred [at] redhotpenguin>]
>>
>>  *********** 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 <pgollucci [at] p6m7g8>]
>>
>> Skip tests on OS X (darwin) due to broken getrusage(3)
>> [Fred Moyer <fred [at] redhotpenguin>,
>>  Philip M. Gollucci <pgollucci [at] p6m7g8>]
>>
>> Added a SUPPORT section to the docs.
>> [Dave Rolsky <autarch [at] urth>]
>>
>>
>>
>>>
> - ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe [at] perl
> For additional commands, e-mail: dev-help [at] perl
>>>
>>>
>
> - --
> - ------------------------------------------------------------------------
> 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
> Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
> VP Apache Infrastructure; Member, Apache Software Foundation
> Committer,                        FreeBSD Foundation
> Consultant,                       P6M7G8 Inc.
> Sr. System Admin,                 Ridecharge Inc.
>
> Work like you don't need the money,
> love like you'll never get hurt,
> and dance like nobody's watching.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.14 (FreeBSD)
>
> iD8DBQFMWwE1dbiP+9ubjBwRAqciAJoC3SrxDTzc3NFFBVfJ0aE2KUQ6XACghmcl
> 259OxDVSj8r+/huBdwzTLx8=
> =G6a/
> -----END PGP SIGNATURE-----
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl

ModPerl dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.