You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2019/11/07 12:16:37 UTC

svn commit: r1869501 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Thu Nov  7 12:16:37 2019
New Revision: 1869501

URL: http://svn.apache.org/viewvc?rev=1869501&view=rev
Log:
Vote, 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=1869501&r1=1869500&r2=1869501&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Nov  7 12:16:37 2019
@@ -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