Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 54868 invoked from network); 21 Feb 2008 20:46:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2008 20:46:03 -0000 Received: (qmail 5991 invoked by uid 500); 21 Feb 2008 20:45:57 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 5946 invoked by uid 500); 21 Feb 2008 20:45: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 5928 invoked by uid 99); 21 Feb 2008 20:45:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 12:45:57 -0800 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 20:45:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 094E41A983A; Thu, 21 Feb 2008 12:45:35 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r629985 - /httpd/httpd/trunk/CHANGES Date: Thu, 21 Feb 2008 20:45:34 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080221204535.094E41A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Thu Feb 21 12:45:33 2008 New Revision: 629985 URL: http://svn.apache.org/viewvc?rev=629985&view=rev Log: backported in r629983 Modified: httpd/httpd/trunk/CHANGES Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=629985&r1=629984&r2=629985&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Thu Feb 21 12:45:33 2008 @@ -2,11 +2,6 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] - *) mod_charset_lite: Add TranslateAllMimeTypes sub-option to - CharsetOptions, allowing the administrator to skip the - mimetype checking that precedes translation. - PR 44458 [Eric Covener] - *) mod_include: Correctly handle SSI directives split over multiple filter passes. PR 44447 [Harald Niesche ]