At 12:12 AM 7/17/2005, [EMAIL PROTECTED] wrote:
>Author: ianh
>Date: Sat Jul 16 22:12:10 2005
>New Revision: 219372
>
>URL: http://svn.apache.org/viewcvs?rev=219372&view=rev
>Log:
>This patch adds a new hook (request_status) that gets ran in proxy_handler
>just before the final return.  This gives modules an opportunity to do
>something based on the proxy status.
>[...]
>new hook -- so mmn bump.. i made it a major one, hope thats ok 

We only bump major when we -change- an existing API or drop an
API which is no longer supported.  E.g. anyone using the old
major might have been using something we no longer provide.

A new structure member (at the end of an httpd-allocated structure)
or new function are minor bumps; which this patch falls under.
The user updating should not need to update their module, because
the expectations when such modules were built have not changed.

Bill


Reply via email to