Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8480C200BE8 for ; Fri, 23 Dec 2016 13:35:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 834EE160B1E; Fri, 23 Dec 2016 12:35:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 00849160B1D for ; Fri, 23 Dec 2016 13:35:30 +0100 (CET) Received: (qmail 47460 invoked by uid 500); 23 Dec 2016 12:35:30 -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 47451 invoked by uid 99); 23 Dec 2016 12:35:30 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2016 12:35:30 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A53533A090B for ; Fri, 23 Dec 2016 12:35:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1775830 - /httpd/httpd/branches/2.4.x/STATUS Date: Fri, 23 Dec 2016 12:35:29 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161223123529.A53533A090B@svn01-us-west.apache.org> archived-at: Fri, 23 Dec 2016 12:35:31 -0000 Author: jim Date: Fri Dec 23 12:35:29 2016 New Revision: 1775830 URL: http://svn.apache.org/viewvc?rev=1775830&view=rev Log: promote 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=1775830&r1=1775829&r2=1775830&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Dec 23 12:35:29 2016 @@ -119,6 +119,11 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) ext_filter: Don't eat error buckets. PR60375 + trunk patch: http://svn.apache.org/r1775770 + 2.4 patch: trunk works + +1: covener, ylavic, jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -147,11 +152,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1 covener, jim - *) ext_filter: Don't eat error buckets. PR60375 - trunk patch: http://svn.apache.org/r1775770 - 2.4 patch: trunk works - +1: covener, ylavic, jim - *) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established backend connection, happening with LogLevel trace2 or higher configured, or at any log level with compilers not detected as C99 compliant (e.g.