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 2017/09/30 19:13:22 UTC

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

Author: ylavic
Date: Sat Sep 30 19:13:22 2017
New Revision: 1810231

URL: http://svn.apache.org/viewvc?rev=1810231&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=1810231&r1=1810230&r2=1810231&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Sep 30 19:13:22 2017
@@ -122,6 +122,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1809209 ^/httpd/httpd/trunk .
      +1: jailletc36 (by inspection), ylavic, elukey
 
+   *) mod_http2: Fix race condition on request body handlign.
+      2.4.x patch: svn merge -c 1804096,1807238,1809981,1810088,1810089 ^/httpd/httpd/trunk .
+      +1: icing, steffenal, ylavic
+      ylavic: Not sure about MOD_HTTP2_VERSION[_NUM] from the above merge.
+              Shouldn't it be 1.10.11 instead of 1.10.12-DEV?
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -190,10 +197,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: svn merge -c 1798785 ^/httpd/httpd/trunk .
      +1: jailletc36, ylavic
 
-   *) mod_http2: Fix race condition on request body handlign.
-      2.4.x patch: svn merge -c 1804096,1807238,1809981,1810088,1810089 ^/httpd/httpd/trunk .
-      +1: icing, steffenal
-
    *) mod_rewrite,core: Avoid the 'Vary: Host' response header when HTTP_HOST
                         is used in a condition that evaluates to true.
       trunk patch: http://svn.apache.org/r1808746