]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Mon, 9 May 2022 17:55:06 +0000 (17:55 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 9 May 2022 17:55:06 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900752 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index aedb6a3b04a6760c9bd5e725b2f0e61a9b38e92f..82c0458883621915310b0b7c02f02135b00e9c3b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -154,6 +154,16 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      +1: jaillect36, ylavic, rpluem
 
 
+  *) mod_heartmonitor: Set the documented default value
+     "10" for HeartbeatMaxServers instead of "0". With "0"
+     no shared memory slotmem was initialized.
+     trunk patches: https://svn.apache.org/r1899841
+                    https://svn.apache.org/r1900026
+     2.4.x patches: svn merge -c 1899841 ^/httpd/httpd/trunk .
+                    svn merge -c 1900026 ^/httpd/httpd/trunk .
+     +1: rjung, rpluem, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -186,15 +196,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_heartmonitor: Set the documented default value
-     "10" for HeartbeatMaxServers instead of "0". With "0"
-     no shared memory slotmem was initialized.
-     trunk patches: https://svn.apache.org/r1899841
-                    https://svn.apache.org/r1900026
-     2.4.x patches: svn merge -c 1899841 ^/httpd/httpd/trunk .
-                    svn merge -c 1900026 ^/httpd/httpd/trunk .
-     +1: rjung, rpluem, jim
-
   *) mod_proxy: Set a status code of 502 in case the backend just closed the
      connection in reply to our forwarded request.
      Trunk version of patch: