William A. Rowe, Jr. wrote:
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.

Well honestly, the way the MMN is bumped has been very arbitrary.

If we want to go by the rules that you describe, it needs to get
documented.

One might actually wonder what the MMN is good for nowadays anyway,
given that we have provider versioning and better defined overall
versioning (ie. API compatibility between minor versions).


Sander

Reply via email to