Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 32317 invoked from network); 13 Nov 2007 00:15:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2007 00:15:26 -0000 Received: (qmail 68714 invoked by uid 500); 13 Nov 2007 00:15:13 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 68667 invoked by uid 500); 13 Nov 2007 00:15:13 -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 68656 invoked by uid 99); 13 Nov 2007 00:15:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 16:15:13 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trawick@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2007 00:15:16 +0000 Received: by nf-out-0910.google.com with SMTP id 30so1352049nfu for ; Mon, 12 Nov 2007 16:14:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=nB5NMI1n819D7ciTS1JftWNKH0R2iD/Zq5d9DC+UUBg=; b=C4JghF9eUK8dnJVe0TZX/xFo80XBWMPuixEdkpCMpAZEW9GdV4UI5R0lmNHi1P4mRPg9a0rQmrpt6hapYKNctKEif+mHvmu9ym8U7dZzJBMpVAMsoZ3nxoe9GXyCqkjsOoirKB2ube8o+y8RdZCCsedZAjR5qv/rcDj879K8Bew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fO4JJgSChgGgctveRRBuJN2KQa42DmlmktV889YJ00tafbhcRu1wzjLAUcjy8Cc5/Pvpbmxi5MmViA+/92GVD9SomVYV2hyYd5VEDf/MSx4reBSVE3s1X65VmGF6Qy13w13d7PirYAi4EFlvd8RI3k32w7VCPKpC1JK+U6seKqc= Received: by 10.86.62.3 with SMTP id k3mr4528621fga.1194912894789; Mon, 12 Nov 2007 16:14:54 -0800 (PST) Received: by 10.86.86.17 with HTTP; Mon, 12 Nov 2007 16:14:54 -0800 (PST) Message-ID: Date: Mon, 12 Nov 2007 19:14:54 -0500 From: "Jeff Trawick" To: dev@apr.apache.org Subject: Re: Showstoppers to apr release(?) In-Reply-To: <4738E813.5010708@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4712FCC2.5080704@rowe-clan.net> <4738E813.5010708@rowe-clan.net> X-Virus-Checked: Checked by ClamAV on apache.org On Nov 12, 2007 6:56 PM, William A. Rowe, Jr. wrote: > > Jeff Trawick wrote: > > 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. Thanks!