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 720319F27 for ; Wed, 30 Nov 2011 22:02:12 +0000 (UTC) Received: (qmail 83675 invoked by uid 500); 30 Nov 2011 22:02:11 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 83624 invoked by uid 500); 30 Nov 2011 22:02:11 -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 83616 invoked by uid 99); 30 Nov 2011 22:02:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 22:02:11 +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 (athena.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; Wed, 30 Nov 2011 22:02:03 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id 12AC1748026 for ; Wed, 30 Nov 2011 16:01:43 -0600 (CST) 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 B7849748024 for ; Wed, 30 Nov 2011 16:01:42 -0600 (CST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: svn commit: r1070179 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/cache_storage.c modules/cache/cache_storage.h modules/cache/mod_cache.c modules/cache/mod_cache.h From: Graham Leggett In-Reply-To: <677C4E71-0A52-4A50-9318-D577D5FB883E@sharp.fm> Date: Thu, 1 Dec 2011 00:01:40 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20110213020330.953172388900@eris.apache.org> <5E44EE80-76CD-4743-B57E-AF90FF0F97EC@gbiv.com> <603C6686-F2D5-41BF-BDED-18BA2A658079@sharp.fm> <201111222258.11936.sf@sfritsch.de> <07306845-F02C-49B5-8FF8-3CB7D49031FB@sharp.fm> <677C4E71-0A52-4A50-9318-D577D5FB883E@sharp.fm> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Scanned: ClamAV using ClamSMTP On 30 Nov 2011, at 1:30 PM, Graham Leggett wrote: > The change has been reverted on v2.4, and the following patch gives = the API changes that allow us to fix this in the v2.4 series: Applied in r 1208822 and backported in r1208824. Regards, Graham --