Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 28481 invoked from network); 25 Oct 2009 23:47:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Oct 2009 23:47:51 -0000 Received: (qmail 68782 invoked by uid 500); 25 Oct 2009 23:47:51 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 68702 invoked by uid 500); 25 Oct 2009 23:47:51 -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 68692 invoked by uid 99); 25 Oct 2009 23:47:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Oct 2009 23:47:51 +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; Sun, 25 Oct 2009 23:47:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 01D3F238889B; Sun, 25 Oct 2009 23:47:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r829680 - /httpd/httpd/branches/2.2.x/STATUS Date: Sun, 25 Oct 2009 23:47:25 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091025234726.01D3F238889B@eris.apache.org> Author: covener Date: Sun Oct 25 23:47:25 2009 New Revision: 829680 URL: http://svn.apache.org/viewvc?rev=829680&view=rev Log: propose mod_charset_lite CharsetOptions NoImplicitAdd stuff for backport Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=829680&r1=829679&r2=829680&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sun Oct 25 23:47:25 2009 @@ -136,6 +136,16 @@ 2.2.x Patch: http://people.apache.org/~minfrin/httpd-cache-thundering.patch +1: minfrin + * mod_charset_lite: Start honoring the 'NoImplicitAdd' CharsetOption, and document + behavior correctly. + + Trunk Patch: http://svn.apache.org/viewvc?rev=829657&view=rev + http://svn.apache.org/viewvc?rev=829664&view=rev + http://svn.apache.org/viewvc?rev=829667&view=rev + + 2.2.x Patch: http://people.apache.org/~covener/2.2.x-xlate_lite-noimplicitadd.diff (no code conflicts) + +1: covener + PATCHES/ISSUES THAT ARE STALLED * srclib/pcre and vendor/pcre