]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote/promote
authorEric Covener <covener@apache.org>
Fri, 7 Feb 2020 13:38:24 +0000 (13:38 +0000)
committerEric Covener <covener@apache.org>
Fri, 7 Feb 2020 13:38:24 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873737 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b71d132807bf48da86456609e4e61d2fb6c4234e..88f3ec9c7344e4a176003c2442c4be3fd91d8848 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -132,6 +132,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) config: Speed up graceful restarts by using pre-hashed command table. PR 64066.
+     trunk patch: http://svn.apache.org/r1872786
+     2.4.x patch: svn merge -c 1872786 ^/httpd/httpd/trunk
+     +1: jim, jorton, covener
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -204,11 +209,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1872042,1872062 ^/httpd/httpd/trunk
      +1: minfrin, jim
 
-  *) config: Speed up graceful restarts by using pre-hashed command table. PR 64066.
-     trunk patch: http://svn.apache.org/r1872786
-     2.4.x patch: svn merge -c 1872786 ^/httpd/httpd/trunk
-     +1: jim, jorton
-
    * mod_cgi, mod_cgid: Fix a memory leak when discarding script output
      after various error conditions.  PR 64096
      trunk patch: https://svn.apache.org/r1867970