Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 36258 invoked from network); 2 Nov 2009 22:04:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 22:04:58 -0000 Received: (qmail 96914 invoked by uid 500); 2 Nov 2009 22:04:57 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 96822 invoked by uid 500); 2 Nov 2009 22:04:57 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 96813 invoked by uid 99); 2 Nov 2009 22:04:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 22:04:57 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 22:04:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BFA9923888A6; Mon, 2 Nov 2009 22:04:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r832129 - /httpd/httpd/branches/2.2.x/CHANGES Date: Mon, 02 Nov 2009 22:04:34 -0000 To: cvs@httpd.apache.org From: sf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091102220434.BFA9923888A6@eris.apache.org> Author: sf Date: Mon Nov 2 22:04:34 2009 New Revision: 832129 URL: http://svn.apache.org/viewvc?rev=832129&view=rev Log: add PR ref Modified: httpd/httpd/branches/2.2.x/CHANGES Modified: httpd/httpd/branches/2.2.x/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=832129&r1=832128&r2=832129&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original) +++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Mon Nov 2 22:04:34 2009 @@ -2,7 +2,8 @@ Changes with Apache 2.2.15 *) mod_rewrite: Make sure that a hostname:port isn't fully qualified if - the request is a CONNECT request. [Bill Zajac ] + the request is a CONNECT request. PR 47928 + [Bill Zajac ] *) mod_cache: correctly consider s-maxage in cacheability decisions. [Dan Poirier]