You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jf...@apache.org on 2021/07/26 13:58:44 UTC

svn commit: r1891810 - /httpd/httpd/branches/2.4.x/STATUS

Author: jfclere
Date: Mon Jul 26 13:58:44 2021
New Revision: 1891810

URL: http://svn.apache.org/viewvc?rev=1891810&view=rev
Log:
correct a proposal and vote another one [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1891810&r1=1891809&r2=1891810&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jul 26 13:58:44 2021
@@ -216,6 +216,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1859235
                   http://svn.apache.org/r1887176
                   http://svn.apache.org/r1887359
+                  http://svn.apache.org/r1887144
      Backport version for 2.4.x of patch:
           https://people.apache.org/~jfclere/patches/patch.210706.txt
      +1: jfclere,
@@ -223,6 +224,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      jorton: r1859235 has an "ok2change" param in the newly added
              balancer_process_balancer_worker() but this is missing in the
              backport patch, maybe include r1887144 for completeness?
+     jfclere: Yes: http://svn.apache.org/r1887144i was missing in trunk patch list.
 
   *) back port the mapping=servlet proxy logic.
      trunk patch: http://svn.apache.org/r1879074
@@ -256,7 +258,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1891477
                   http://svn.apache.org/r1891591
      2.4.x patch: svn merge -c 1891477,1891591 ^/httpd/httpd/trunk .
-     +1: ylavic,
+     +1: ylavic, jfclere
 
   *) mpm_event: Fix graceful stop/restart of children processes if connections
                 are in lingering close for too long.