Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 16645 invoked from network); 5 Jan 2008 21:10:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2008 21:10:01 -0000 Received: (qmail 56868 invoked by uid 500); 5 Jan 2008 21:09:48 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 56814 invoked by uid 500); 5 Jan 2008 21:09:48 -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 56803 invoked by uid 99); 5 Jan 2008 21:09:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jan 2008 13:09:48 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.182] (HELO smtpauth02.prod.mesa1.secureserver.net) (64.202.165.182) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 05 Jan 2008 21:09:36 +0000 Received: (qmail 1156 invoked from network); 5 Jan 2008 21:09:25 -0000 Received: from unknown (67.162.45.134) by smtpauth02.prod.mesa1.secureserver.net (64.202.165.182) with ESMTP; 05 Jan 2008 21:09:25 -0000 Message-ID: <477FF204.10408@rowe-clan.net> Date: Sat, 05 Jan 2008 15:09:24 -0600 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: [VOTE] initial release of httpd-mod_ftp-0.9.1 References: <477C5681.6000403@rowe-clan.net> <477FE122.6060607@rowe-clan.net> <3NGXxWxsZzx2aBNmSo79FnrXTVt2T10DVrZHu4EwZUy@akmail> In-Reply-To: <3NGXxWxsZzx2aBNmSo79FnrXTVt2T10DVrZHu4EwZUy@akmail> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Guenter Knauf wrote: > > Furthermore if we would introduce an APR_VERSION_NUMBER like: > > #define APR_VERSION_NUMBER \ > (APR_MAJOR_VERSION * 1000000) + \ > (APR_MINOR_VERSION * 1000) + \ > APR_PATCH_VERSION > > we could do much easier version tests.... ABI and API versioning policy prohibits this change until 1.3 at earliest, but probably 2.0 for sanity. Patches always welcome. Bill