Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 11090 invoked from network); 4 May 2006 11:34:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 11:34:17 -0000 Received: (qmail 45767 invoked by uid 500); 4 May 2006 11:34:15 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 45532 invoked by uid 500); 4 May 2006 11:34:14 -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 45519 invoked by uid 99); 4 May 2006 11:34:14 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 May 2006 04:34:14 -0700 Received: (qmail 9014 invoked by uid 65534); 4 May 2006 11:33:41 -0000 Message-ID: <20060504113341.8917.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r399671 - /httpd/httpd/branches/2.2.x/STATUS Date: Thu, 04 May 2006 11:33:32 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: trawick Date: Thu May 4 04:33:25 2006 New Revision: 399671 URL: http://svn.apache.org/viewcvs?rev=399671&view=rev Log: propose backports of two mod_charset_lite fixes Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=399671&r1=399670&r2=399671&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Thu May 4 04:33:25 2006 @@ -88,3 +88,12 @@ PR#39386 http://svn.apache.org/viewcvs.cgi?rev=396310&view=rev +1 niq + + * Remove odd DECLINED code from mod_charset_lite filter. + http://svn.apache.org/viewcvs?rev=399665&view=rev + +1 trawick + + * mod_charset_lite: Don't go through the motions of translating if + the source and dest charsets are the same. + http://svn.apache.org/viewcvs?rev=399668&view=rev + +1 trawick