You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2021/03/19 16:38:51 UTC

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

Author: jorton
Date: Fri Mar 19 16:38:51 2021
New Revision: 1887814

URL: http://svn.apache.org/viewvc?rev=1887814&view=rev
Log:
Update Lua proposal, thanks to jailletc36 for catching missing commit.
[skip ci]

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=1887814&r1=1887813&r2=1887814&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Mar 19 16:38:51 2021
@@ -164,10 +164,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1826206
                   http://svn.apache.org/r1880678
                   http://svn.apache.org/r1880743
-     2.4.x patch: svn merge -c 1826206,1880678,1880743 ^/httpd/httpd/trunk .
+                  http://svn.apache.org/r1880924
+     2.4.x patch: svn merge -c 1826206,1880678,1880743,1880924 ^/httpd/httpd/trunk .
      PR: https://github.com/apache/httpd/pull/176
-     +1: jorton, ylavic,
-     jailletc36: r1880924 seems to be missing for <= Lua 5.1 compatibility.
+     +1: jorton, 
 
   *) mpm_event/worker: Adjust signal handler before unblocking. PR 64533.
      trunk patch: http://svn.apache.org/r1882370