From cvs-return-24418-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Sat Feb 04 19:06:19 2006 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 44279 invoked from network); 4 Feb 2006 19:06:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Feb 2006 19:06:18 -0000 Received: (qmail 52411 invoked by uid 500); 4 Feb 2006 19:06:18 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 52390 invoked by uid 500); 4 Feb 2006 19:06:18 -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 52373 invoked by uid 99); 4 Feb 2006 19:06:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2006 11:06:17 -0800 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; Sat, 04 Feb 2006 11:06:17 -0800 Received: (qmail 44171 invoked by uid 65534); 4 Feb 2006 19:05:56 -0000 Message-ID: <20060204190556.44170.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r374908 - /httpd/httpd/branches/2.2.x/STATUS Date: Sat, 04 Feb 2006 19:05:56 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wrowe Date: Sat Feb 4 11:05:53 2006 New Revision: 374908 URL: http://svn.apache.org/viewcvs?rev=374908&view=rev Log: Clarify a vote; remove a backport completed. 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=374908&r1=374907&r2=374908&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sat Feb 4 11:05:53 2006 @@ -150,11 +150,12 @@ * Fix mis-shifted 32 bit scope, masked to 64 bits as a method. URL: http://svn.apache.org/viewcvs?rev=358040&view=rev - +1: wrowe, mturk + +1: mturk -0: jorton: should use AP_METHOD_BIT wrowe asks; is this your desired patch? Please vote; - if (! (reqs[x].method_mask & (1 << m))) { + if (! (reqs[x].method_mask & (AP_METHOD_BIT << m))) { + +1: wrowe (for flavor requested by jorton) * mod_cache: Fix PR38017 (mod_cache not working in reverse proxy setup?) Trunk version of patch: @@ -180,11 +181,4 @@ +1: rpluem, niq NOTE: this also supersedes previous fix to PR#37790 - * Solaris build proposal; don't fail on missing .h files within - a VPATH build, and don't test trees with -d (simply -f the - expected files) in case a tree such as srclib/apr is actually - a symlink rather than a true directory in ./buildconf. - http://svn.apache.org/viewcvs.cgi?rev=374821&view=rev - http://people.apache.org/~wrowe/fixbuild-2.2.patch - +1: wrowe, rpluem, colm