]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
2x reviews.
authorJoe Orton <jorton@apache.org>
Mon, 6 Jul 2026 10:03:57 +0000 (10:03 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 6 Jul 2026 10:03:57 +0000 (10:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935930 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3d92766e0aac37686bfa4af7b1bfbf9cfd47571d..f67b99dd950dad8bcff3cd14ceee7be4bc9330ff 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -163,24 +163,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-------------------------------------------------------------------------
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
-  *) test/h2: ignore AH02430 for the whole TestRfc9113 class.
-     trunk patch: http://svn.apache.org/r1934891
-     2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk .
-     +1: jim,
-
   *) Use HTTP_* and ap_is_*() macros instead of literal;
      Use ap_strstr_c() instead of strstr() in mod_md.
      trunk patch: https://svn.apache.org/r1934913
      2.4.x patch: svn merge -c 1934913 ^/httpd/httpd/trunk .
      Merging is clean when ignoring include/httpd.h,
      modules/http/http_filters.c and modules/test/mod_policy.c.
-     +1: rjung, jim
+     +1: rjung, jim, jorton
 
   *) modules/md/mod_md_config.c: Flip MDServerStatus to
      disabled by default. mod_md is CTR, but probably not
@@ -189,7 +178,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Backport has a conflict in docs, easy to fix.
      trunk patch: https://svn.apache.org/r1935184
      2.4.x patch: svn merge -c 1935184 ^/httpd/httpd/trunk .
-     +1: rjung, jim
+     +1: rjung, jim, jorton
+
+
+------------------------------------------------------------------------
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
+  *) test/h2: ignore AH02430 for the whole TestRfc9113 class.
+     trunk patch: http://svn.apache.org/r1934891
+     2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk .
+     +1: jim,
+     jorton: CTR for test/* changes
 
   *) mod_proxy_beacon: Add new module. Reverse-proxy UDP member
      announcement -- backends self-register as balancer members over UDP.