Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 99372 invoked from network); 12 Sep 2010 13:46:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Sep 2010 13:46:46 -0000 Received: (qmail 42717 invoked by uid 500); 12 Sep 2010 13:46:46 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 42485 invoked by uid 500); 12 Sep 2010 13:46:43 -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 42477 invoked by uid 99); 12 Sep 2010 13:46:41 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 13:46:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.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; Sun, 12 Sep 2010 13:46:17 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id DBA1C2C87FC for ; Sun, 12 Sep 2010 08:45:56 -0500 (CDT) Received: from [10.0.0.251] (87-194-125-18.bethere.co.uk [87.194.125.18]) (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 871232C87FB for ; Sun, 12 Sep 2010 08:45:56 -0500 (CDT) Message-Id: <46998BE6-3C2C-436E-A9B7-EFC15CA3CC0C@sharp.fm> From: Graham Leggett To: dev@httpd.apache.org In-Reply-To: <4C83CDE5.8040106@apache.org> 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: svn commit: r992625 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/mod_cache.h Date: Sun, 12 Sep 2010 15:45:54 +0200 References: <20100904152030.8F5E6238899C@eris.apache.org> <4C83CDE5.8040106@apache.org> X-Mailer: Apple Mail (2.936) X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org On 05 Sep 2010, at 7:05 PM, Ruediger Pluem wrote: > Nitpicking: IMHO we are changing a public API. Where is the minor > bump? Thanks for the catch, it's in r996311. Regards, Graham --