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 5A723200CB7 for ; Fri, 30 Jun 2017 23:53:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5925F160BEB; Fri, 30 Jun 2017 21:53:05 +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 966C8160BE8 for ; Fri, 30 Jun 2017 23:53:04 +0200 (CEST) Received: (qmail 98277 invoked by uid 500); 30 Jun 2017 21:53:03 -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 98267 invoked by uid 99); 30 Jun 2017 21:53:03 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2017 21:53:03 +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 7D6DF3A1A3E for ; Fri, 30 Jun 2017 21:53:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1800472 - /httpd/httpd/branches/2.4.x/STATUS Date: Fri, 30 Jun 2017 21:53:00 -0000 To: cvs@httpd.apache.org From: jchampion@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170630215302.7D6DF3A1A3E@svn01-us-west.apache.org> archived-at: Fri, 30 Jun 2017 21:53:05 -0000 Author: jchampion Date: Fri Jun 30 21:52:59 2017 New Revision: 1800472 URL: http://svn.apache.org/viewvc?rev=1800472&view=rev Log: PR61202: add virtual_script note back to backport (un-revert) Per ML discussion; thanks to Jim for pointing this out. 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=1800472&r1=1800471&r2=1800472&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Jun 30 21:52:59 2017 @@ -115,6 +115,7 @@ RELEASE SHOWSTOPPERS: *) PR61202: remove FPM-specific logic from mod_proxy_fcgi. Returns us to 2.4.20 FCGI behavior by default. trunk patch: https://svn.apache.org/r1800306 + https://svn.apache.org/r1800393 2.4.x patch: trunk works, modulo APLOGNO and CHANGES +1: jchampion