]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Sun, 26 Sep 2021 14:28:20 +0000 (14:28 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 26 Sep 2021 14:28:20 +0000 (14:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893657 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5d2353eba5eac3d5bcf02b2653974e58be8ee640..44427b3c79a6bf44dacb4081fc1c574295a3ffb5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -142,6 +142,18 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_http2: when a server is restarted gracefully, any idle h2 worker
+     threads are shut down immediately.
+     Also, change OpenSSL API use for deprecations in OpenSLL 3.0.
+     Adds all other, never proposed code changes to make a clean
+     sync of http2 sources.
+     trunk patch: http://svn.apache.org/r1893214
+                  http://svn.apache.org/r1893215
+                  http://svn.apache.org/r1893220
+                  and other never proposed code changes
+     PR: https://github.com/apache/httpd/pull/270
+     +1: icing, rpluem, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -156,18 +168,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      is not the right fix, then it should be removed from trunk.
      Putting it here is a way to revive the discussion
 
-  *) mod_http2: when a server is restarted gracefully, any idle h2 worker
-     threads are shut down immediately.
-     Also, change OpenSSL API use for deprecations in OpenSLL 3.0.
-     Adds all other, never proposed code changes to make a clean
-     sync of http2 sources.
-     trunk patch: http://svn.apache.org/r1893214
-                  http://svn.apache.org/r1893215
-                  http://svn.apache.org/r1893220
-                  and other never proposed code changes
-     PR: https://github.com/apache/httpd/pull/270
-     +1: icing, rpluem
-
   *) mpm event: Correctly count active child processes in parent process if
      child process dies due to MaxConnectionsPerChild. PR 65592.
      Trunk version of patch: