On 03/24/2016 12:59 PM, Jeff Trawick wrote: > On Thu, Mar 24, 2016 at 5:56 AM, Ruediger Pluem <rpl...@apache.org > <mailto:rpl...@apache.org>> wrote: > > > > On 03/22/2016 06:38 PM, yla...@apache.org <mailto:yla...@apache.org> > wrote: > > Author: ylavic > > Date: Tue Mar 22 17:38:20 2016 > > New Revision: 1736217 > > > > URL: http://svn.apache.org/viewvc?rev=1736217&view=rev > > Log: > > core: Add missing AP_IMPLEMENT_OPTIONAL_HOOK_RUN_FIRST. > > > > Modified: > > httpd/httpd/trunk/include/ap_hooks.h > > httpd/httpd/trunk/include/ap_mmn.h > > > > Modified: httpd/httpd/trunk/include/ap_hooks.h > > > Modified: httpd/httpd/trunk/include/ap_mmn.h > > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=1736217&r1=1736216&r2=1736217&view=diff > > > ============================================================================== > > --- httpd/httpd/trunk/include/ap_mmn.h (original) > > +++ httpd/httpd/trunk/include/ap_mmn.h Tue Mar 22 17:38:20 2016 > > @@ -518,6 +518,7 @@ > > * ap_mpm_register_poll_callback_timeout and > > * ap_mpm_unregister_poll_callback. Add > > * AP_MPMQ_CAN_POLL. > > + * 20160315.1 (2.5.0-dev) Add AP_IMPLEMENT_OPTIONAL_HOOK_RUN_FIRST. > > */ > > > > #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ > > > > > > > > You forgot the real bump :-) > > > Remembering to do the real bump is the exception :) >
There is a test in the test suite covering this. This is how I found this btw. :-) Regards RĂ¼diger