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

Mailing List Archive: ModPerl: Dev

[RELEASE CANDIDATE] Apache-Reload-0.10-RC5

 

 

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


fred at taperfriendlymusic

Feb 14, 2008, 7:16 AM

Post #1 of 6 (2019 views)
Permalink
[RELEASE CANDIDATE] Apache-Reload-0.10-RC5

Greetings,

RC5 for Apache::Reload is now available. RC4 was a bust since I didn't
follow my own additions to the RELEASE document :) Note to self -
caffeinate before releasing.

Thanks to Steve Hay for working through some win32 related issues with me.
I'd like to get that resolved at some point but it appears to be
non-trivial.

There are a few other nits I would like to get taken care of but if this
candidate passes tests I'd like to let it into the main list, then into
the wild if passing reports come back. One nit is that 'perl Makefile.PL'
will die on platforms that don't have mod_perl installed, causing a test
failure in CPAN testers. I ran into this issue with Apache::Dispatch - no
solution yet.

http://people.apache.org/~phred/Apache-Reload-0.10-RC5.tar.gz

- all tests skipped successfully in environment without mod_perl.c on
Linux 2.6, perl 5.8.8
- all tests pass on mp1, perl 5.8.8, darwin 10.5.2
- all tests pass on mp2, perl 5.8.8, darwin 10.5.2
- all tests pass on mp2, perl 5.8.8, darwin 10.5.2,
APACHE_TEST_PRETEND_NO_LWP=1


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


fred at taperfriendlymusic

Feb 16, 2008, 12:16 AM

Post #2 of 6 (1919 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-Reload-0.10-RC5 [In reply to]

> http://people.apache.org/~phred/Apache-Reload-0.10-RC5.tar.gz
>
> - all tests skipped successfully in environment without mod_perl.c on
> Linux 2.6, perl 5.8.8
> - all tests pass on mp1, perl 5.8.8, darwin 10.5.2
> - all tests pass on mp2, perl 5.8.8, darwin 10.5.2
> - all tests pass on mp2, perl 5.8.8, darwin 10.5.2,
> APACHE_TEST_PRETEND_NO_LWP=1

Tested in a few more environments. Found one spelling error in the
Makefile.PL.

all tests pass on mp1, httpd 1.3.37, perl 5.8.8, Linux 2.6.23
all tests pass on mp2.0.4-dev, httpd 2.2.8, perl 5.8.8, Linux 2.6.23

all tests skipped ok on Linux 2.6.20, httpd 2.2.8, no mod_perl install
all tests pass on mp2.0.3, httpd 2.2.8, perl 5.8.8, Linux 2.6.20




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


fred at taperfriendlymusic

Feb 16, 2008, 12:10 PM

Post #3 of 6 (1891 views)
Permalink
Re: [RELEASE CANDIDATE] Apache-Reload-0.10-RC5 [In reply to]

>> http://people.apache.org/~phred/Apache-Reload-0.10-RC5.tar.gz
>>
>> - all tests skipped successfully in environment without mod_perl.c on
>> Linux 2.6, perl 5.8.8
>> - all tests pass on mp1, perl 5.8.8, darwin 10.5.2
>> - all tests pass on mp2, perl 5.8.8, darwin 10.5.2
>> - all tests pass on mp2, perl 5.8.8, darwin 10.5.2,
>> APACHE_TEST_PRETEND_NO_LWP=1
>
> Tested in a few more environments. Found one spelling error in the
> Makefile.PL.
>
> all tests pass on mp1, httpd 1.3.37, perl 5.8.8, Linux 2.6.23
> all tests pass on mp2.0.4-dev, httpd 2.2.8, perl 5.8.8, Linux 2.6.23
>
> all tests skipped ok on Linux 2.6.20, httpd 2.2.8, no mod_perl install
> all tests pass on mp2.0.3, httpd 2.2.8, perl 5.8.8, Linux 2.6.20

all tests skipped ok on Linux 2.6.21-gentoo, perl 5.8.8, no httpd
all tests successful on Linux 2.6.21-gentoo, perl 5.8.8, mp2.0.4, httpd 2.2.6

That's 10 passes here for me, I'm going to give it a +1.

I'd be interested in any failures that anyone runs into, don't worry about
hurting my feelings if you find them :) I think I have found an
Apache::Test bug while testing on different platforms, but I will address
that on a different thread.


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


SteveHay at planit

Feb 18, 2008, 1:12 AM

Post #4 of 6 (1906 views)
Permalink
RE: [RELEASE CANDIDATE] Apache-Reload-0.10-RC5 [In reply to]

Fred Moyer wrote:
> Greetings,
>
> RC5 for Apache::Reload is now available. RC4 was a bust since I
> didn't follow my own additions to the RELEASE document :) Note to
> self - caffeinate before releasing.

All tests successfully skipped on Win32/VC6 with perl 5.10.0 and apache
1.3.39.

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


fred at taperfriendlymusic

Feb 24, 2008, 11:23 AM

Post #5 of 6 (1870 views)
Permalink
RE: [RELEASE CANDIDATE] Apache-Reload-0.10-RC5 [In reply to]

> Fred Moyer wrote:
>> Greetings,
>>
>> RC5 for Apache::Reload is now available. RC4 was a bust since I
>> didn't follow my own additions to the RELEASE document :) Note to
>> self - caffeinate before releasing.
>
> All tests successfully skipped on Win32/VC6 with perl 5.10.0 and apache
> 1.3.39.

Thanks Steve. That's 2 +1s, we need one more for the release.


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


randy at theoryx5

Feb 24, 2008, 2:10 PM

Post #6 of 6 (1873 views)
Permalink
RE: [RELEASE CANDIDATE] Apache-Reload-0.10-RC5 [In reply to]

On Sun, 24 Feb 2008, Fred Moyer wrote:

>> Fred Moyer wrote:
>>> Greetings,
>>>
>>> RC5 for Apache::Reload is now available. RC4 was a bust since I
>>> didn't follow my own additions to the RELEASE document :) Note to
>>> self - caffeinate before releasing.
>>
>> All tests successfully skipped on Win32/VC6 with perl 5.10.0 and apache
>> 1.3.39.
>
> Thanks Steve. That's 2 +1s, we need one more for the release.

+1 - tested on

- linux: perl-5.8.7, Apache/2.0.55
- Win32: perl-5.10.0, Apache/2.2.8

--
best regards,
Randy

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