You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/05/25 08:12:22 UTC

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

Author: rpluem
Date: Mon May 25 08:12:22 2020
New Revision: 1878094

URL: http://svn.apache.org/viewvc?rev=1878094&view=rev
Log:
* Vote and promote [skip ci]

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=1878094&r1=1878093&r2=1878094&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon May 25 08:12:22 2020
@@ -142,6 +142,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1876616 ^/httpd/httpd/trunk .
      +1: steffenal, rpluem, gbechis, jim
 
+  *) mod_http2: Fixed a regression that caused connections to close early
+     when mod_reqtimeout was configured with a handshake timeout. Fixes
+     <https://github.com/icing/mod_h2/issues/196>. [Stefan Eissing]
+     trunk patch:
+       - http://svn.apache.org/r1877783
+     2.4.x patch: svn merge -c 1877783 ^/httpd/httpd/trunk .
+     +1: icing, steffenal, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -171,21 +178,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1876548 ^/httpd/httpd/trunk .
      +1: gbechis, jorton
 
-  *) mod_http2: Fixed a regression that caused connections to close early
-     when mod_reqtimeout was configured with a handshake timeout. Fixes
-     <https://github.com/icing/mod_h2/issues/196>. [Stefan Eissing]
-     trunk patch:
-       - http://svn.apache.org/r1877783
-     2.4.x patch: svn merge -c 1877783 ^/httpd/httpd/trunk .
-     +1: icing, steffenal
-
   *) mod_proxy_fcgi: Don't unset when condition is false. PR64365
      trunk patch: 
         - http://svn.apache.org/r1877829
         - http://svn.apache.org/r1877830
      2.4.x patch: svn merge -c 1877829,1877830 ^/httpd/httpd/trunk .
     +1: covener
- 
+
    *) Easy patches: synch 2.4.x and trunk
         - core: Re-introduce check for sufficient PCRE version.
         - core: Fix doc string for QualifyRedirectURL