]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reset vote, use changes-entries, add additional
authorRainer Jung <rjung@apache.org>
Tue, 19 Apr 2022 09:06:15 +0000 (09:06 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 19 Apr 2022 09:06:15 +0000 (09:06 +0000)
fix by ylavic.
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900027 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9c6e416be952aad480e54556d97fa127865abbd0..bc43c5b46dd2825a96840356e3940931c78b91bc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -189,13 +189,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_heartmonitor: Set the documented default value
      "10" for HeartbeatMaxServers instead of "0". With "0"
      no shared memory slotmem was initialized.
-     trunk patch: https://svn.apache.org/r1899809
-     2.4.x patch: svn merge -c 1899809 ^/httpd/httpd/trunk .
-     +1: rjung, rpluem
-     rpluem says: Has a conflict in CHANGES. Please put each change entry
-     in a separate file below changes-entries. See README.CHANGES.
-     ylavic: this needs r1899841, per travis:
-             https://app.travis-ci.com/github/apache/httpd/jobs/566966513#L4124
+     trunk patches: https://svn.apache.org/r1899841
+     trunk patches: https://svn.apache.org/r1900026
+     2.4.x patches: svn merge -c 1899841 ^/httpd/httpd/trunk .
+     2.4.x patches: svn merge -c 1900026 ^/httpd/httpd/trunk .
+     +1: rjung, 
 
   *) mod_proxy: Set a status code of 502 in case the backend just closed the
      connection in reply to our forwarded request.