]> granicus.if.org Git - apache/commitdiff
promote brotli
authorJim Jagielski <jim@apache.org>
Thu, 13 Apr 2017 11:37:11 +0000 (11:37 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 13 Apr 2017 11:37:11 +0000 (11:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1791228 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4ad45008f5d57f13d25ea4b94bc10359bb100aa5..2c8d14d1f05bf346adc2f381cdc345fa4c80a54a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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.