You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "David E. Wheeler" <da...@justatheory.com> on 2015/05/01 20:48:07 UTC

2.0.9?

mod_perlers,

What are the chances of a 2.0.9 release soon(ish)? I notice that the CentOS 7 EPEL RPM is built from Subversion; would be nice to have a formal release with fixes from the last 18 months.

  http://dl.fedoraproject.org/pub/epel/7/SRPMS/repoview/mod_perl.html

BTW, that RPM also includes a single patch. Not sure if this would be useful applied to main or if it’s specific to CentOS:

--- mod_perl-2.0.4/src/modules/perl/modperl_common_util.h.inline
+++ mod_perl-2.0.4/src/modules/perl/modperl_common_util.h
@@ -22,7 +22,7 @@
 #ifdef MP_DEBUG
 #define MP_INLINE
 #else
-#define MP_INLINE APR_INLINE
+#define MP_INLINE
 #endif
 
 #ifdef CYGWIN

Best,

David


Re: 2.0.9?

Posted by "David E. Wheeler" <da...@justatheory.com>.
On May 2, 2015, at 4:07 PM, Steve Hay <st...@googlemail.com> wrote:

> We've just released a new Apache-Test and currently have an RC for Apache-Reload awaiting more test results, and then I intend to roll an RC1 for 2.0.9, so it should indeed be fairly soon now.

Great, thank you.

> Thanks for the patch. I've have a closer look later and will certainly bear it in mind if problems are reported in that area.

I updated my builds to use a subversion checkout and haven’t needed the patch. <shrug>.

Best,

David


Re: 2.0.9?

Posted by Steve Hay <st...@googlemail.com>.
On 2 May 2015 19:59, "David E. Wheeler" <da...@justatheory.com> wrote:
>
> mod_perlers,
>
> What are the chances of a 2.0.9 release soon(ish)? I notice that the
CentOS 7 EPEL RPM is built from Subversion; would be nice to have a formal
release with fixes from the last 18 months.
>
>   http://dl.fedoraproject.org/pub/epel/7/SRPMS/repoview/mod_perl.html
>
> BTW, that RPM also includes a single patch. Not sure if this would be
useful applied to main or if it’s specific to CentOS:
>
> --- mod_perl-2.0.4/src/modules/perl/modperl_common_util.h.inline
> +++ mod_perl-2.0.4/src/modules/perl/modperl_common_util.h
> @@ -22,7 +22,7 @@
>  #ifdef MP_DEBUG
>  #define MP_INLINE
>  #else
> -#define MP_INLINE APR_INLINE
> +#define MP_INLINE
>  #endif
>
>  #ifdef CYGWIN
>

We've just released a new Apache-Test and currently have an RC for
Apache-Reload awaiting more test results, and then I intend to roll an RC1
for 2.0.9, so it should indeed be fairly soon now.

Thanks for the patch. I've have a closer look later and will certainly bear
it in mind if problems are reported in that area.