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 2022/05/16 07:43:03 UTC

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

Author: rpluem
Date: Mon May 16 07:43:03 2022
New Revision: 1900941

URL: http://svn.apache.org/viewvc?rev=1900941&view=rev
Log:
* 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=1900941&r1=1900940&r2=1900941&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon May 16 07:43:03 2022
@@ -148,6 +148,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy: Add backend port to log messages to
+     ease identification of involved service.
+     trunk patches: https://svn.apache.org/r1900028
+     2.4.x patches: svn merge -c 1900028 ^/httpd/httpd/trunk .
+     +1: rjung, jim, rpluem
+
+  *) mod_http2: remove obsolete, insecure code. Fixes PR66037.
+     trunk patches: https://svn.apache.org/r1900356
+     2.4.x patches: svn merge -c 1900356 ^/httpd/httpd/trunk .
+     +1: jailletc36, icing, rpluem
+     icing: I just waited to see what you think!
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -182,18 +193,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: I think "extra" should be an apr_size_t.
      icing: added r1899905 with the proposed changes and assertions.
 
-  *) mod_proxy: Add backend port to log messages to
-     ease identification of involved service.
-     trunk patches: https://svn.apache.org/r1900028
-     2.4.x patches: svn merge -c 1900028 ^/httpd/httpd/trunk .
-     +1: rjung, jim, rpluem
-
-  *) mod_http2: remove obsolete, insecure code. Fixes PR66037.
-     trunk patches: https://svn.apache.org/r1900356
-     2.4.x patches: svn merge -c 1900356 ^/httpd/httpd/trunk .
-     +1: jailletc36, icing, rpluem
-     icing: I just waited to see what you think!
-
   *) mod_session: Harden mod_session and avoid overflow in case of indecently large
      session
      trunk patches: https://svn.apache.org/r1900335