You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2021/06/21 17:02:13 UTC

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

Author: minfrin
Date: Mon Jun 21 17:02:13 2021
New Revision: 1890946

URL: http://svn.apache.org/viewvc?rev=1890946&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=1890946&r1=1890945&r2=1890946&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jun 21 17:02:13 2021
@@ -142,6 +142,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   *) back port: Add CPING to health check logic.
+     Trunk version of patch:
+        https://svn.apache.org/r1887415
+     Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      svn merge -c 1887415 ^/httpd/httpd/trunk .
+     +1: jfclere, jim, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -166,14 +174,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jfclere, jim
      minfrin: tiny cleanup needed: warning: unused function 'safe_referer'
 
-   *) back port: Add CPING to health check logic.
-     Trunk version of patch:
-        https://svn.apache.org/r1887415
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-      svn merge -c 1887415 ^/httpd/httpd/trunk .
-     +1: jfclere, jim
-
   *) Add dav_get_provider(), dav_open_lockdb(), dav_close_lockdb() and
      dav_get_resource() to mod_dav.h.
      trunk patch: http://svn.apache.org/r1879305