Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC9F47BD9 for ; Fri, 28 Oct 2011 12:59:37 +0000 (UTC) Received: (qmail 57224 invoked by uid 500); 28 Oct 2011 12:59:37 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 57008 invoked by uid 500); 28 Oct 2011 12:59:36 -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 57000 invoked by uid 99); 28 Oct 2011 12:59:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2011 12:59:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of minfrin@sharp.fm designates 72.32.122.20 as permitted sender) Received: from [72.32.122.20] (HELO chandler.sharp.fm) (72.32.122.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2011 12:59:27 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id F03B2508028 for ; Fri, 28 Oct 2011 07:59:06 -0500 (CDT) Received: from [10.0.0.251] (87-194-125-19.bethere.co.uk [87.194.125.19]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by chandler.sharp.fm (Postfix) with ESMTP id A27F2508023 for ; Fri, 28 Oct 2011 07:59:06 -0500 (CDT) Message-Id: <80C78041-D01E-4FE9-85F1-A710C357FB70@sharp.fm> From: Graham Leggett To: dev@httpd.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: 2.0.65 and 2.3.15-dev Date: Fri, 28 Oct 2011 14:59:05 +0200 References: <4EAA5567.1040402@rowe-clan.net> X-Mailer: Apple Mail (2.936) X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org On 28 Oct 2011, at 2:35 PM, Jim Jagielski wrote: > I think we are ready... I believe apr-util v1.4 (containing apr_crypto) is also ready, and so is the mod_session_crypto module, which has been vastly simplified to take advantage of the new API. As always, eyeballs appreciated. Regards, Graham --