Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 56745 invoked from network); 1 Mar 2010 07:33:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 07:33:45 -0000 Received: (qmail 51758 invoked by uid 500); 28 Feb 2010 17:59:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 51712 invoked by uid 500); 28 Feb 2010 17:59:44 -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 51704 invoked by uid 99); 28 Feb 2010 17:59:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 17:59:44 +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 (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; Sun, 28 Feb 2010 17:59:36 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id B4A667AD1E for ; Sun, 28 Feb 2010 11:59:15 -0600 (CST) Received: from 87-194-125-19.bethere.co.uk (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 67F767ACC0 for ; Sun, 28 Feb 2010 11:59:15 -0600 (CST) Message-Id: <979C5FEF-C654-47FA-BBA4-B197A3D94030@sharp.fm> From: Graham Leggett To: dev@httpd.apache.org In-Reply-To: <1404e5911002271307w5a010da6uf3918c95b03ad6a2@mail.gmail.com> 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: r917044 - in /httpd/httpd/branches/2.2.x: ./ docs/manual/mod/ modules/ssl/ Date: Sun, 28 Feb 2010 19:59:13 +0200 References: <20100227210059.5A70B238899B@eris.apache.org> <1404e5911002271307w5a010da6uf3918c95b03ad6a2@mail.gmail.com> X-Mailer: Apple Mail (2.936) X-Virus-Scanned: ClamAV using ClamSMTP On 27 Feb 2010, at 11:07 PM, Eric Covener wrote: >> +Available in httpd 2.3 and later, if using OpenSSL >> 1.0.0 Beta 5 or later > > needs an update for 2.2., and I never know whether it's okay to say > "n+1 or later" in case n+1 doesn't end up being released ("versions > after n") Thanks for this, fixed in r917229. Regards, Graham --