]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote and promote [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Fri, 15 Apr 2022 15:55:53 +0000 (15:55 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 15 Apr 2022 15:55:53 +0000 (15:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1899891 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 645ffbfc027311f1467a195009b41c4da7412be1..c7576aec68dda7c24e0b679dd8734455644f0a70 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -148,6 +148,10 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_lua: Don't skip apr_global_mutex_child_init() if !APR_HAS_THREADS
+     trunk patch: https://svn.apache.org/r1898453
+     2.4.x patch: svn merge -c 1898453 ^/httpd/httpd/trunk .
+     +1: jaillect36, ylavic, rpluem
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -174,11 +178,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-authn-expr.patch
      +1: minfrin, jim,
 
-  *) mod_lua: Don't skip apr_global_mutex_child_init() if !APR_HAS_THREADS
-     trunk patch: https://svn.apache.org/r1898453
-     2.4.x patch: svn merge -c 1898453 ^/httpd/httpd/trunk .
-     +1: jaillect36, ylavic,
-
   *) core: make ap_escape_quotes() work correctly on strings
      with more than MAX_INT/2 characters, counting quotes double.
      trunk patch: https://svn.apache.org/r1899609