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 AF107200C55 for ; Thu, 13 Apr 2017 13:37:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ADACA160B98; Thu, 13 Apr 2017 11:37:19 +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 00ED1160B8B for ; Thu, 13 Apr 2017 13:37:18 +0200 (CEST) Received: (qmail 77947 invoked by uid 500); 13 Apr 2017 11:37:13 -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 77938 invoked by uid 99); 13 Apr 2017 11:37:13 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2017 11:37:13 +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 7B7903A0912 for ; Thu, 13 Apr 2017 11:37:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1791228 - /httpd/httpd/branches/2.4.x/STATUS Date: Thu, 13 Apr 2017 11:37:12 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170413113712.7B7903A0912@svn01-us-west.apache.org> archived-at: Thu, 13 Apr 2017 11:37:19 -0000 Author: jim Date: Thu Apr 13 11:37:11 2017 New Revision: 1791228 URL: http://svn.apache.org/viewvc?rev=1791228&view=rev Log: promote brotli 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=1791228&r1=1791227&r2=1791228&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Thu Apr 13 11:37:11 2017 @@ -138,6 +138,22 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_brotli: Backport of mod_brotli filter + trunk patch: http://svn.apache.org/r1761714 + http://svn.apache.org/r1762512 + http://svn.apache.org/r1762515 + http://svn.apache.org/r1771791 + http://svn.apache.org/r1779077 + http://svn.apache.org/r1779091 + http://svn.apache.org/r1779699 + http://svn.apache.org/r1790852 + http://svn.apache.org/r1790853 + http://svn.apache.org/r1790860 + 2.4.x patch: http://home.apache.org/~jim/patches/brotli-2.4.patch + http://svn.apache.org/r1790852 + http://svn.apache.org/r1790853 + http://svn.apache.org/r1790860 + +1: jim, jorton, icing PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -174,23 +190,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch +1: druggeri, jim - *) mod_brotli: Backport of mod_brotli filter - trunk patch: http://svn.apache.org/r1761714 - http://svn.apache.org/r1762512 - http://svn.apache.org/r1762515 - http://svn.apache.org/r1771791 - http://svn.apache.org/r1779077 - http://svn.apache.org/r1779091 - http://svn.apache.org/r1779699 - http://svn.apache.org/r1790852 - http://svn.apache.org/r1790853 - http://svn.apache.org/r1790860 - 2.4.x patch: http://home.apache.org/~jim/patches/brotli-2.4.patch - http://svn.apache.org/r1790852 - http://svn.apache.org/r1790853 - http://svn.apache.org/r1790860 - +1: jim, jorton, icing - *) mpm_winnt: always invoke ap_lingering_close() at connection end as in all other mpm modules, giving everyone a chance to cleanup at prep lingering close hook.