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.