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 2020/07/08 12:00:40 UTC

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

Author: minfrin
Date: Wed Jul  8 12:00:40 2020
New Revision: 1879644

URL: http://svn.apache.org/viewvc?rev=1879644&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=1879644&r1=1879643&r2=1879644&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jul  8 12:00:40 2020
@@ -135,6 +135,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_watchdog: Switch to simpler logic to avoid the thread cleanup running
+     before the thread has started, avoiding mutex operations with undefined behaviour
+     trunk patch: http://svn.apache.org/r1876511
+     2.4.x patch: svn merge -c 1876511 ^/httpd/httpd/trunk .
+     +1: jailletc36 (by inspection), jim, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -179,12 +185,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      -0: covener: lots of folks getting dns and connection reuse implicitly after we backport this.
      ylavic: should be addressed by r1879000
 
-  *) mod_watchdog: Switch to simpler logic to avoid the thread cleanup running
-     before the thread has started, avoiding mutex operations with undefined behaviour
-     trunk patch: http://svn.apache.org/r1876511
-     2.4.x patch: svn merge -c 1876511 ^/httpd/httpd/trunk .
-     +1: jailletc36 (by inspection), jim
-
  *) "[mod_dav_fs etag handling] should really honor the FileETag setting".
      - It now does.
      - Add "Digest" to FileETag directive, allowing a strong ETag to be