You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/02/14 08:08:17 UTC

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

Author: rpluem
Date: Fri Feb 14 08:08:16 2020
New Revision: 1874002

URL: http://svn.apache.org/viewvc?rev=1874002&view=rev
Log:
* This actually a blocker as r1873747 introduced a regression

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=1874002&r1=1874001&r2=1874002&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Feb 14 08:08:16 2020
@@ -129,6 +129,11 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
+   *) mod_substitute: Don't use PREG_DOTALL
+      trunk patch: http://svn.apache.org/viewvc?rev=1873941&view=rev
+      2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-substitute-nodotall.diff
+      +1 covener, rpluem
+
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
@@ -209,11 +214,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      jailletc36: Not sure how is the best way to deal with mod_http2 patches.
                  Should it be first a pull request from the github repository?
 
-   *) mod_substitute: Don't use PREG_DOTALL
-      trunk patch: http://svn.apache.org/viewvc?rev=1873941&view=rev
-      2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-substitute-nodotall.diff
-      +1 covener, rpluem
-
    *) Fix spelling errors found by codespell.
       trunk patch: http://svn.apache.org/r1873985
       2.4.x patch: svn merge -c 1873985 ^/httpd/httpd/trunk .