Mailing List Archive

[ANNOUNCE] mod_perl-2.0.10
We are pleased to announce the release of mod_perl 2.0.10.

mod_perl is an Apache HTTP Server module for embedding a Perl
interpreter in your web server, giving you super-fast dynamic content
by avoiding the overhead of starting an external interpreter.

This release is now, or soon will be, available for download from a
mirror site near you via:

http://perl.apache.org/download/index.html

or in the meantime directly from:

http://apache.org/dist/perl/
http://search.cpan.org/dist/mod_perl/
https://metacpan.org/release/SHAY/mod_perl-2.0.10

Checksums for this release are:

MD5 = cef55e715b5770a63b3becbe9d271121
SHA1 = 61b5b0fe4449440258ad45dee6efa0e2264a9701

Major changes in this release are as follows:

Add support for Perl 5.22.x. [Niko Tyni <ntyni@iki.fi>, Steve Hay]

Fix non-threaded Perl 5.22.x build and tests. [Klaus S. Madsen
<ksm@jobindex.dk>]

Automatically select the appropriate c89 option when modperl is being
built with either gcc 5 or clang. [Klaus S. Madsen <ksm@jobindex.dk>]

Declare MP_vtbl_env and MP_vtbl_envelem as 'extern' to fix linker
errors on OSX/Darwin. [Michael Schout <mschout@gkg.net>]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [ANNOUNCE] mod_perl-2.0.10 [ In reply to ]
Great news. Thanks Steve!

On Thu, Oct 27, 2016, 2:49 PM Steve Hay <stevehay@apache.org> wrote:

> We are pleased to announce the release of mod_perl 2.0.10.
>
> mod_perl is an Apache HTTP Server module for embedding a Perl
> interpreter in your web server, giving you super-fast dynamic content
> by avoiding the overhead of starting an external interpreter.
>
> This release is now, or soon will be, available for download from a
> mirror site near you via:
>
> http://perl.apache.org/download/index.html
>
> or in the meantime directly from:
>
> http://apache.org/dist/perl/
> http://search.cpan.org/dist/mod_perl/
> https://metacpan.org/release/SHAY/mod_perl-2.0.10
>
> Checksums for this release are:
>
> MD5 = cef55e715b5770a63b3becbe9d271121
> SHA1 = 61b5b0fe4449440258ad45dee6efa0e2264a9701
>
> Major changes in this release are as follows:
>
> Add support for Perl 5.22.x. [Niko Tyni <ntyni@iki.fi>, Steve Hay]
>
> Fix non-threaded Perl 5.22.x build and tests. [Klaus S. Madsen
> <ksm@jobindex.dk>]
>
> Automatically select the appropriate c89 option when modperl is being
> built with either gcc 5 or clang. [Klaus S. Madsen <ksm@jobindex.dk>]
>
> Declare MP_vtbl_env and MP_vtbl_envelem as 'extern' to fix linker
> errors on OSX/Darwin. [Michael Schout <mschout@gkg.net>]
>
Re: [ANNOUNCE] mod_perl-2.0.10 [ In reply to ]
Can't say thanks enough for all the hard work that went behind another release!

Well done!

Sent from the depths of my mind on an iPhone

> On Oct 29, 2016, at 12:26, Fred Moyer <fred@redhotpenguin.com> wrote:
>
> Great news. Thanks Steve!
>
>
>> On Thu, Oct 27, 2016, 2:49 PM Steve Hay <stevehay@apache.org> wrote:
>> We are pleased to announce the release of mod_perl 2.0.10.
>>
>> mod_perl is an Apache HTTP Server module for embedding a Perl
>> interpreter in your web server, giving you super-fast dynamic content
>> by avoiding the overhead of starting an external interpreter.
>>
>> This release is now, or soon will be, available for download from a
>> mirror site near you via:
>>
>> http://perl.apache.org/download/index.html
>>
>> or in the meantime directly from:
>>
>> http://apache.org/dist/perl/
>> http://search.cpan.org/dist/mod_perl/
>> https://metacpan.org/release/SHAY/mod_perl-2.0.10
>>
>> Checksums for this release are:
>>
>> MD5 = cef55e715b5770a63b3becbe9d271121
>> SHA1 = 61b5b0fe4449440258ad45dee6efa0e2264a9701
>>
>> Major changes in this release are as follows:
>>
>> Add support for Perl 5.22.x. [Niko Tyni <ntyni@iki.fi>, Steve Hay]
>>
>> Fix non-threaded Perl 5.22.x build and tests. [Klaus S. Madsen
>> <ksm@jobindex.dk>]
>>
>> Automatically select the appropriate c89 option when modperl is being
>> built with either gcc 5 or clang. [Klaus S. Madsen <ksm@jobindex.dk>]
>>
>> Declare MP_vtbl_env and MP_vtbl_envelem as 'extern' to fix linker
>> errors on OSX/Darwin. [Michael Schout <mschout@gkg.net>]