From cvs-return-34604-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Mon Jan 04 01:53:48 2010 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 9073 invoked from network); 4 Jan 2010 01:53:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 01:53:48 -0000 Received: (qmail 16913 invoked by uid 500); 4 Jan 2010 01:53:48 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 16838 invoked by uid 500); 4 Jan 2010 01:53:48 -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 16829 invoked by uid 99); 4 Jan 2010 01:53:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 01:53:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 04 Jan 2010 01:53:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6A435238899B; Mon, 4 Jan 2010 01:53:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r895528 - /httpd/httpd/branches/2.2.x/CHANGES Date: Mon, 04 Jan 2010 01:53:17 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100104015317.6A435238899B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: covener Date: Mon Jan 4 01:53:16 2010 New Revision: 895528 URL: http://svn.apache.org/viewvc?rev=895528&view=rev Log: whitespace only: normalize indentation of recent CHANGES entries 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=895528&r1=895527&r2=895528&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original) +++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Mon Jan 4 01:53:16 2010 @@ -8,19 +8,19 @@ control is still vulnerable, unless using OpenSSL >= 0.9.8l. [Joe Orton, Ruediger Pluem] - *) mod_filter: fix FilterProvider matching where "dispatch" string - doesn't exist. - PR 48054 [] - - *) Build: fix --with-module to work as documented - PR 43881 [Gez Saunders ] - - *) mod_mime: Make RemoveType override the info from TypesConfig. - PR 38330. [Stefan Fritsch] - - *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE, - rather than BAD_GATEWAY or (especially) NOT_FOUND. - PR 46971 [evanc nortel.com] + *) mod_filter: fix FilterProvider matching where "dispatch" string + doesn't exist. + PR 48054 [] + + *) Build: fix --with-module to work as documented + PR 43881 [Gez Saunders ] + + *) mod_mime: Make RemoveType override the info from TypesConfig. + PR 38330. [Stefan Fritsch] + + *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE, + rather than BAD_GATEWAY or (especially) NOT_FOUND. + PR 46971 [evanc nortel.com] *) mod_charset_lite: Honor 'CharsetOptions NoImplicitAdd'. [Eric Covener]