]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Thu, 7 Nov 2019 12:16:37 +0000 (12:16 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 7 Nov 2019 12:16:37 +0000 (12:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869501 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ae59758cd87d41fb74897d2cdd3f89badd00be48..0860fc8892261d1caacaada200f626b070d0f8e6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -131,6 +131,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   *) mod_deflate, mod_brotli: Honor "Accept-Encoding: foo;q=0" as per RFC 7231;
+                               which means 'foo' is "not acceptable".
+                               PR 58158
+      trunk patch: http://svn.apache.org/r1868313
+      2.4.x patch: svn merge -c 1868313 ^/httpd/httpd/trunk .
+      +1: jailletc36, jim, ylavic
+      jailletc36: tests added in r1868312.
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -191,14 +199,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: svn merge -c 1865405 ^/httpd/httpd/trunk .
       +1: jailletc36, jim
 
-   *) mod_deflate, mod_brotli: Honor "Accept-Encoding: foo;q=0" as per RFC 7231;
-                               which means 'foo' is "not acceptable".
-                               PR 58158
-      trunk patch: http://svn.apache.org/r1868313
-      2.4.x patch: svn merge -c 1868313 ^/httpd/httpd/trunk .
-      +1: jailletc36, jim
-      jailletc36: tests added in r1868312.
-
    *) mod_log_config: Parts of r1331110 is missing in back-port in 2.4.x done
                       in r1430514. Add it now.
       trunk patch: http://svn.apache.org/r1331110