]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Votes.
authorJoe Orton <jorton@apache.org>
Tue, 30 Sep 2025 07:24:43 +0000 (07:24 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 30 Sep 2025 07:24:43 +0000 (07:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1928859 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 073bc18d81ac045574c3640cd90275ae8a32eef5..f3f6824545df889b1b67f38ed902dca90c57c6d8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -167,17 +167,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_http2/mod_proxy_http2: Fix bug in log2() calculation
      trunk patch: http://svn.apache.org/r1927235
      2.4.x patch: svn merge -c 1927235 ^/httpd/httpd/trunk .
-     +1: icing, rpluem
+     +1: icing, rpluem, jorton
 
   *) mod_proxy_http2: add support for ProxyErrorOverride. PR69771
      trunk patch: http://svn.apache.org/r1927647
      2.4.x patch: svn merge -c 1927647 ^/httpd/httpd/trunk .
-     +1: icing, rpluem
+     +1: icing, rpluem, jorton
 
   *) mod_http2: new directive H2MaxStreamErrors.
      trunk patch: http://svn.apache.org/r1927792
      2.4.x patch: svn merge -c 1927792 ^/httpd/httpd/trunk .
-     +1: icing, rpluem
+     +1: icing, rpluem, jorton
 
   *) mod_md: update to version 2.6.2
      trunk patch:
@@ -188,7 +188,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1927807,1927874,1928039,1928839 ^/httpd/httpd/trunk .
      Might need some resolving in test code, as trunk and 2.4.x
      are not in sync.
-     +1: icing, rpluem
+     +1: icing, rpluem, jorton
 
   *) various: Update DOCTYPE tags in server-generated HTML to 4.01
      Trunk version of patch:
@@ -196,7 +196,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Backport version for 2.4.x of patch:
        https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/553.diff
      Can be applied via apply_backport_pr.sh 553
-     +1: rpluem,
+     +1: rpluem, jorton, 
 
   *) mpm_common: Add new ListenTCPDeferAccept directive that allows to specify
      the value set for the TCP_DEFER_ACCEPT socket option on listen sockets.
@@ -207,7 +207,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Backport version for 2.4.x of patch:
        https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/555.diff
      Can be applied via apply_backport_pr.sh 555
-     +1: rpluem,
+     +1: rpluem, jorton, 
 
   *) mod_http2: Fix handling of 304 responses from mod_cache. PR 69580.
      Trunk version of patch: