Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7DD26DAC1 for ; Tue, 2 Oct 2012 11:54:30 +0000 (UTC) Received: (qmail 26911 invoked by uid 500); 2 Oct 2012 11:54:29 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 26637 invoked by uid 500); 2 Oct 2012 11:54:29 -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 26269 invoked by uid 99); 2 Oct 2012 11:54:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 11:54:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Tue, 02 Oct 2012 11:54:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9171E23888E4; Tue, 2 Oct 2012 11:53:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1392863 - /httpd/httpd/branches/2.4.x/STATUS Date: Tue, 02 Oct 2012 11:53:41 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121002115341.9171E23888E4@eris.apache.org> Author: trawick Date: Tue Oct 2 11:53:40 2012 New Revision: 1392863 URL: http://svn.apache.org/viewvc?rev=1392863&view=rev Log: vote+promote "mod_slotmem_shm: Consistent and logical return errors" Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1392863&r1=1392862&r2=1392863&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Tue Oct 2 11:53:40 2012 @@ -89,7 +89,11 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - + * mod_slotmem_shm: Consistent and logical return errors + trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1386822 + 2.4.x patch: trunk patch works + +1: jim, humbedooh, trawick + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -171,11 +175,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patch works (minus next-number) +1: jim - * mod_slotmem_shm: Consistent and logical return errors - trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1386822 - 2.4.x patch: trunk patch works - +1: jim, humbedooh - * mod_slotmem_*: Add in new fgrab() function which forces a grab and slot allocation on a specified slot. Allow for clearing of inuse array.