Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 96122 invoked from network); 15 Oct 2008 00:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2008 00:34:40 -0000 Received: (qmail 86570 invoked by uid 500); 15 Oct 2008 00:34:39 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 86496 invoked by uid 500); 15 Oct 2008 00:34:39 -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 86487 invoked by uid 99); 15 Oct 2008 00:34:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2008 17:34:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Oct 2008 00:33:32 +0000 Received: (qmail 96015 invoked by uid 2161); 15 Oct 2008 00:34:09 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id 4C26E1721C for ; Wed, 15 Oct 2008 02:34:01 +0200 (CEST) Message-ID: <48F53A7F.20009@apache.org> Date: Wed, 15 Oct 2008 02:34:07 +0200 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r704726 - /httpd/httpd/trunk/Makefile.in References: <20081014223932.81EF623888A0@eris.apache.org> In-Reply-To: <20081014223932.81EF623888A0@eris.apache.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 10/15/2008 12:39 AM, minfrin@apache.org wrote: > Author: minfrin > Date: Tue Oct 14 15:39:32 2008 > New Revision: 704726 > > URL: http://svn.apache.org/viewvc?rev=704726&view=rev > Log: > Export and install the mod_rewrite.h header to ensure the optional > rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are > available to third party modules. > > Modified: > httpd/httpd/trunk/Makefile.in Hm. Doesn't this require a minor bump? We add the contents of mod_rewrite.h to our public API now. And if we add to our public API shouldn't we note this in the CHANGES file? Regards RĂ¼diger