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 5D3911033B for ; Wed, 18 Dec 2013 15:22:35 +0000 (UTC) Received: (qmail 27470 invoked by uid 500); 18 Dec 2013 15:21:58 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 27419 invoked by uid 500); 18 Dec 2013 15:21:55 -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 27376 invoked by uid 99); 18 Dec 2013 15:21:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 15:21:52 +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; Wed, 18 Dec 2013 15:21:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F06392388993; Wed, 18 Dec 2013 15:21:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1551976 - /httpd/httpd/branches/2.4.x/STATUS Date: Wed, 18 Dec 2013 15:21:28 -0000 To: cvs@httpd.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131218152128.F06392388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rjung Date: Wed Dec 18 15:21:28 2013 New Revision: 1551976 URL: http://svn.apache.org/r1551976 Log: Remove proposal obsoleted by r1551932. 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=1551976&r1=1551975&r2=1551976&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Wed Dec 18 15:21:28 2013 @@ -153,13 +153,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch +1: jim - * mod_socache_shmcb: Fix compiler warning by using correct apr_size_t for the constant - later printed with the APR_SIZE_T_FMT format macro. - Not needed in trunk. - 2.4.x patch: http://people.apache.org/~rjung/patches/mod_socache_shmcb-size_t-2_4.patch - +1: rjung - -0: jailletc36: I prefer above solution - * easy proposals to synch 2.4.x and trunk - Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror - remove unused variables