Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 24232 invoked from network); 10 Jul 2009 13:31:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 13:31:25 -0000 Received: (qmail 58210 invoked by uid 500); 10 Jul 2009 13:31:34 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 58115 invoked by uid 500); 10 Jul 2009 13:31:34 -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 58106 invoked by uid 99); 10 Jul 2009 13:31:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 13:31:34 +0000 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 [194.242.35.75] (HELO dns-factory.at) (194.242.35.75) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 13:31:24 +0000 Received: from [172.17.100.14] apache@gknw.net [84.63.52.126] by dns-factory.at with NetMail SMTP Agent $Revision: 8582 $ on Novell NetWare via secured & encrypted transport (TLS); Fri, 10 Jul 2009 15:30:54 +0200 Message-ID: <4A574289.3000805@apache.org> Date: Fri, 10 Jul 2009 15:30:49 +0200 From: Guenter Knauf User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Including apu_version.h and APR 2.0 References: <20090709225352.2e5216e4.takashi@lans-tv.com> <4A55F97C.9080809@rowe-clan.net> In-Reply-To: <4A55F97C.9080809@rowe-clan.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, William A. Rowe, Jr. schrieb: > +1 for trunk, no need for httpd-2.2 - we will be breaking ABI and API a= t 2.0 > and won't expect httpd 2.2 to compile against it without significant ch= ange. I would prefer to stay with the '#ifdef APR_VERSION < 2' because they cost us nothing, and at least at the moment it is possible to build httpd-2.2.x with APR 2.0.0-dev - just tested with NetWare, and absolutely no prob, compiles and runs. G=C3=BCn.