Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 61653 invoked from network); 2 Aug 2007 16:01:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2007 16:01:57 -0000 Received: (qmail 77148 invoked by uid 500); 2 Aug 2007 16:01:56 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77113 invoked by uid 500); 2 Aug 2007 16:01:56 -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 77102 invoked by uid 99); 2 Aug 2007 16:01:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 09:01:56 -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; Thu, 02 Aug 2007 16:01:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2DD8B1A981A; Thu, 2 Aug 2007 09:01:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r562157 - /httpd/httpd/branches/2.2.x/STATUS Date: Thu, 02 Aug 2007 16:01:30 -0000 To: cvs@httpd.apache.org From: rederpj@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070802160135.2DD8B1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rederpj Date: Thu Aug 2 09:01:29 2007 New Revision: 562157 URL: http://svn.apache.org/viewvc?view=rev&rev=562157 Log: Added a link to the 2.2 branch based version of the nested group patch for easier backport review. 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?view=diff&rev=562157&r1=562156&r2=562157 ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Thu Aug 2 09:01:29 2007 @@ -310,6 +310,9 @@ where the user is not in group X, but is in a subgroup contained in X. PR: 42891 http://svn.apache.org/viewvc?view=rev&revision=560373 + A version of the patch specific to the 2.2 branch (i.e. the patch that + would be used for backport) can be found at: + http://people.apache.org/~rederpj/NestedGroups_2.2.xBranch.diff +1: rederpj * mime.types: Use registered types for Javascript/ECMAscript (RFC4329)