]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Mon, 16 May 2022 07:06:29 +0000 (07:06 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 16 May 2022 07:06:29 +0000 (07:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900939 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 237d48c507314cc25f0fe28c004102b50ce51415..eaac1916a6ea82501300f685d5847943d348f310 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -185,7 +185,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ease identification of involved service.
      trunk patches: https://svn.apache.org/r1900028
      2.4.x patches: svn merge -c 1900028 ^/httpd/httpd/trunk .
-     +1: rjung, jim
+     +1: rjung, jim, rpluem
 
   *) mod_http2: remove obsolete, insecure code. Fixes PR66037.
      trunk patches: https://svn.apache.org/r1900356
@@ -197,13 +197,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      session
      trunk patches: https://svn.apache.org/r1900335
      2.4.x patches: svn merge -c 1900335 ^/httpd/httpd/trunk .
-     +1: jailletc36,
+     +1: jailletc36, rpluem
 
   *) mod_heartmonitor: Be consistent with the type of the last argument passed to
      hm_processmsg()
      trunk patches: https://svn.apache.org/r1900340
      2.4.x patches: svn merge -c 1900340 ^/httpd/httpd/trunk .
-     +1: jailletc36,
+     +1: jailletc36, rpluem
 
   *) mod_http2: remove unscheduling of ongoing tasks when client
      behaviour triggers mood change. Fixes https://github.com/icing/mod_h2/issues/231