You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2021/08/04 11:52:52 UTC

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

Author: covener
Date: Wed Aug  4 11:52:52 2021
New Revision: 1892014

URL: http://svn.apache.org/viewvc?rev=1892014&view=rev
Log:
vote [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=1892014&r1=1892013&r2=1892014&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Aug  4 11:52:52 2021
@@ -312,17 +312,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           https://svn.apache.org/r1889327
           https://svn.apache.org/r1891200
      2.4.x patch: svn merge -c 1817063,1831165,1831171,1831172,1849590,1849630,1856491,1883421,1889327,1891200 ^/httpd/httpd/trunk .
-     +1: jailletc36
+     +1: jailletc36, covener
      icing: I have trouble running the svn merge due to conflicts in CHANGES and
             the infamous log tags. Do you have a patch or a PR to use for checking?
+     covener: on faith
 
-  *) core: add hook 'child_stoppingthat gets called when the MPM is stopping a
-     child process. The additionalgraceful` parameter allows registered hooks
+  *) core: add hook child_stopping hook that gets called when the MPM is stopping a
+     child process. The additional graceful parameter allows registered hooks
      to free resources early during a graceful shutdown.
      trunk patch:
           https://svn.apache.org/r1891919
      2.4.x patch: https://github.com/apache/httpd/pull/259.diff
-     +1: icing
+     +1: icing, covener
 
   *) core: fix ap_escape_quotes for pre-escaped quotes
      trunk patch: https://svn.apache.org/r1892012