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 2023/06/16 10:58:09 UTC

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

Author: rpluem
Date: Fri Jun 16 10:58:09 2023
New Revision: 1910447

URL: http://svn.apache.org/viewvc?rev=1910447&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=1910447&r1=1910446&r2=1910447&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Jun 16 10:58:09 2023
@@ -152,7 +152,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) cmake build, improve libcurl detection (github PR 356)
+     trunk patch: https://svn.apache.org/r1909215
+     2.4.x patch: svn merge -c 1909215 ^/httpd/httpd/trunk .
+     +1: icing, rpluem, gbechis
 
+  *) mod_http2: avoid double chunked-encoding on internal redirects.
+     Fixes PR 66597.
+     Trunk version of patch:
+        https://svn.apache.org/r1909932
+        https://svn.apache.org/r1909982
+     Backport version for 2.4.x of patch:
+        svn merge -c 1909932,1909982 ^/httpd/httpd/trunk .
+     +1: icing, rpluem, gbechis
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -191,11 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   https://github.com/apache/httpd/pull/350
      +1: ylavic, rpluem,
 
-  *) cmake build, improve libcurl detection (github PR 356)
-     trunk patch: https://svn.apache.org/r1909215
-     2.4.x patch: svn merge -c 1909215 ^/httpd/httpd/trunk .
-     +1: icing, rpluem, gbechis
-
   *) mod_rewrite: Add server directory to include path as mod_rewrite requires
      test_char.h. PR 66571
      Trunk version of patch:
@@ -235,15 +242,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         svn merge -c 1909769 ^/httpd/httpd/trunk .  # minor conflicts
      +1: icing,
 
-  *) mod_http2: avoid double chunked-encoding on internal redirects.
-     Fixes PR 66597.
-     Trunk version of patch:
-        https://svn.apache.org/r1909932
-        https://svn.apache.org/r1909982
-     Backport version for 2.4.x of patch:
-        svn merge -c 1909932,1909982 ^/httpd/httpd/trunk .
-     +1: icing, rpluem, gbechis
-
   *) mod_http2/mod_proxy_http2: upgrade to v2.0.18
      Fixes crash in mod_proxy_http2 caused by use for wrong bucket_alloc
      Trunk version of patch: