From cvs-return-27895-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Mon Oct 08 12:41:08 2007 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 65984 invoked from network); 8 Oct 2007 12:41:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 12:41:06 -0000 Received: (qmail 82874 invoked by uid 500); 8 Oct 2007 12:40:53 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 82828 invoked by uid 500); 8 Oct 2007 12:40:53 -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 82817 invoked by uid 99); 8 Oct 2007 12:40:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 05:40:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 12:40:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C883A1A9838; Mon, 8 Oct 2007 05:40:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582802 - /httpd/httpd/trunk/CHANGES Date: Mon, 08 Oct 2007 12:40:05 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071008124006.C883A1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Mon Oct 8 05:40:04 2007 New Revision: 582802 URL: http://svn.apache.org/viewvc?rev=582802&view=rev Log: Remove backported changed which have been forgotten to be removed... Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=582802&r1=582801&r2=582802&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Mon Oct 8 05:40:04 2007 @@ -18,18 +18,9 @@ the entity. PR 39727 [Nick Kew] - *) mod_proxy: Don't by default violate RFC2616 by setting - Max-Forwards when the client didn't send it to us. - Leave that as a configuration option. - PR 16137 [Nick Kew] - *) mod_proxy_http: Remove Warning headers with wrong date PR 16138 [Nick Kew] - *) mod_deflate: initialise inflate-out filter correctly when the - first brigade contains no data buckets. - PR 43512 [Nick Kew] - *) proxy: Fix persistent backend connections PR 43472 [Ruediger Pluem] @@ -53,14 +44,8 @@ or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen , Ruediger Pluem, Jeff Trawick] - *) scoreboard: improve error message on apr_shm_create failure - PR 40037 [Nick Kew] - *) mod_rewrite: Add the novary flag to RewriteCond. [Ruediger Pluem] - - *) mod_proxy_http: Propagate Proxy-Authorization header correctly. - PR 25947 [Nick Kew] *) mod_rewrite: Add option to suppress URL unescaping PR 34602 [Guenther Gsenger ]