You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2021/09/08 06:50:31 UTC

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

Author: rpluem
Date: Wed Sep  8 06:50:31 2021
New Revision: 1893098

URL: http://svn.apache.org/viewvc?rev=1893098&view=rev
Log:
* Vote and promote

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=1893098&r1=1893097&r2=1893098&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Sep  8 06:50:31 2021
@@ -168,6 +168,19 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~ylavic/patches/ap_filter_input_pending-unused.patch
      +1: ylavic, icing,  covener
 
+  *) mpm_event: Fix children processes possibly not stopped on graceful
+     restart.  PR 63169
+     trunk patch: http://svn.apache.org/r1893014
+     trunk patch: http://svn.apache.org/r1893073
+     2.4.x patch: svn merge -c 1893014,1893073 ^/httpd/httpd/trunk .
+     +1: ylavic, covener, rpluem
+
+  *) mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv
+     On.  PR 65549.
+     trunk patch: http://svn.apache.org/r1893016
+     2.4.x patch: svn merge -c 1893016 ^/httpd/httpd/trunk .
+     +1: ylavic, covener, rpluem
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -210,20 +223,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1893004
      2.4.x patch: svn merge -c 1893001,1893002,1893004 ^/httpd/httpd/trunk .
                   Reusing CHANGES entry from r1892982.
-     +1: ylavic,
-
-  *) mpm_event: Fix children processes possibly not stopped on graceful
-     restart.  PR 63169
-     trunk patch: http://svn.apache.org/r1893014
-     trunk patch: http://svn.apache.org/r1893073
-     2.4.x patch: svn merge -c 1893014,1893073 ^/httpd/httpd/trunk .
-     +1: ylavic, covener
-
-  *) mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv
-     On.  PR 65549.
-     trunk patch: http://svn.apache.org/r1893016
-     2.4.x patch: svn merge -c 1893016 ^/httpd/httpd/trunk .
-     +1: ylavic, covener
+     +1: ylavic, rpluem
 
   *) core: Initialize the request fields on read failure to avoid NULLs.
      trunk patch: http://svn.apache.org/r1893030