Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 41652 invoked from network); 30 Aug 2006 17:53:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Aug 2006 17:53:15 -0000 Received: (qmail 86223 invoked by uid 500); 30 Aug 2006 17:53:14 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 86064 invoked by uid 500); 30 Aug 2006 17:53: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 86044 invoked by uid 99); 30 Aug 2006 17:53:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 10:53:14 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 10:53:13 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id CAD371A981A; Wed, 30 Aug 2006 10:52:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r438565 - /httpd/httpd/branches/2.2.x/STATUS Date: Wed, 30 Aug 2006 17:52:53 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060830175253.CAD371A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jim Date: Wed Aug 30 10:52:53 2006 New Revision: 438565 URL: http://svn.apache.org/viewvc?rev=438565&view=rev Log: remove backported patch 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=438565&r1=438564&r2=438565&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Wed Aug 30 10:52:53 2006 @@ -86,14 +86,6 @@ http://people.apache.org/~wrowe/mod_isapi-416293-to-httpd-2.2.patch +1 wrowe , fielding, jerenkrantz - * mod_proxy_balancer: balancer_manager to display additional - worker info: number of times elected and i/o counts - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=421287 - 2.2.x version of patch: - Trunk version works - +1: jim, mturk, rpluem - PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mpm_winnt: Fix return values from wait_for_many_objects.