Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 5098 invoked from network); 18 Jul 2005 00:58:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2005 00:58:04 -0000 Received: (qmail 23560 invoked by uid 500); 18 Jul 2005 00:57:57 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 23431 invoked by uid 500); 18 Jul 2005 00:57:57 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 23417 invoked by uid 99); 18 Jul 2005 00:57:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jul 2005 17:57:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@holsman.net designates 218.214.209.234 as permitted sender) Received: from [218.214.209.234] (HELO Helios.local) (218.214.209.234) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jul 2005 17:57:52 -0700 Received: from [127.0.0.1] (localhost [127.0.0.1]) by Helios.local (Postfix) with ESMTP id C2D644F876C for ; Mon, 18 Jul 2005 10:57:52 +1000 (EST) Message-ID: <42DAFE90.2030800@holsman.net> Date: Mon, 18 Jul 2005 10:57:52 +1000 From: Ian Holsman User-Agent: Mozilla Thunderbird 1.0+ (Macintosh/20050529) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r219372 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h References: <20050717051213.42436.qmail@minotaur.apache.org> <6.2.1.2.2.20050717104231.043137d0@pop3.rowe-clan.net> In-Reply-To: <6.2.1.2.2.20050717104231.043137d0@pop3.rowe-clan.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N William A. Rowe, Jr. wrote: > At 12:12 AM 7/17/2005, ianh@apache.org 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. > ok.. I'll go fix the structure. I wasn't sure what the difference was. > 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 > >