Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 21540 invoked from network); 12 Nov 2007 23:56:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 23:56:38 -0000 Received: (qmail 44505 invoked by uid 500); 12 Nov 2007 23:56:25 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 44458 invoked by uid 500); 12 Nov 2007 23:56:24 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 44447 invoked by uid 99); 12 Nov 2007 23:56:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 15:56:24 -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.233] (HELO smtpout07.prod.mesa1.secureserver.net) (64.202.165.233) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 12 Nov 2007 23:57:14 +0000 Received: (qmail 27931 invoked from network); 12 Nov 2007 23:56:03 -0000 Received: from unknown (12.6.150.3) by smtpout07-04.prod.mesa1.secureserver.net (64.202.165.233) with ESMTP; 12 Nov 2007 23:56:03 -0000 Message-ID: <4738E813.5010708@rowe-clan.net> Date: Mon, 12 Nov 2007 18:56:03 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Jeff Trawick CC: dev@apr.apache.org Subject: Re: Showstoppers to apr release(?) References: <4712FCC2.5080704@rowe-clan.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jeff Trawick wrote: > On Oct 15, 2007 12:38 AM, William A. Rowe, Jr. wrote: >> Here's my list of open issues which should probably be determined before >> we roll out 1.2.x, I was hoping we were further along than this on Unix >> in particular; > > Are there still showstoppers for rolling 1.2.12? Thank you for raising the question, I was spinning around talking to folks at AC about any issues they were aware of. It's Paul's desire to actually fix sendfile/darwin if the solution is obvious, and it may be (use sendfile but detach either hd or tr vectors). AFAICT it's otherwise ready. I simply need to understand dynamic dbd/dbm, decide that my patch to win32 and netware was fair, or if we need 2-tiers (APR_HAVE_DBFOO, APR_BUILD_DBFOO) to solve the built-in or dso-loadable modules and passing provider triggers on the compile line. It will roll tomorrow, if only to ensure httpd has something good to work with. Bill