You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/03/24 13:35:40 UTC

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

Author: jim
Date: Fri Mar 24 13:35:40 2017
New Revision: 1788444

URL: http://svn.apache.org/viewvc?rev=1788444&view=rev
Log:
addressed and promoted


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=1788444&r1=1788443&r2=1788444&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Mar 24 13:35:40 2017
@@ -121,6 +121,22 @@ RELEASE SHOWSTOPPERS:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic, jim
 
+PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
+  [ start all new proposals below, under PATCHES PROPOSED. ]
+
+  *) core: %{DOCUMENT_URI} used in nested SSI expressions should point to the
+     URI originally requsted by the user, not the nested documents URI. This
+     restores the behavior of this variable to match the "legacy" SSI parser.
+     PR60624. 
+     trunk patch: http://svn.apache.org/r1780095
+     2.4.x patch: trunk works
+     +1: covener, wrowe, ylavic
+
+  *) core: EBCDIC fixes for interim responses with additional headers.
+     trunk patch: http://svn.apache.org/r1777354
+     2.4.x patch: http://people.apache.org/~covener/patches/ebcdic-interim.diff
+     +1: covener, wrowe, ylavic (by inspection)
+
   *) PR 60576: 2.4.21 broke PHP-FPM with the patch to strip the bogus "proxy://"
      prefix from SCRIPT_FILENAME. We need to revert to the previous behavior
      ASAP to avoid any further hurdles with FCGI implementations while we figure
@@ -147,23 +163,6 @@ RELEASE SHOWSTOPPERS:
                 question regarding `ProxyFCGIBackendType PHP-FPM`
      covener: added http://svn.apache.org/r1788040
 
-PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
-  [ start all new proposals below, under PATCHES PROPOSED. ]
-
-  *) core: %{DOCUMENT_URI} used in nested SSI expressions should point to the
-     URI originally requsted by the user, not the nested documents URI. This
-     restores the behavior of this variable to match the "legacy" SSI parser.
-     PR60624. 
-     trunk patch: http://svn.apache.org/r1780095
-     2.4.x patch: trunk works
-     +1: covener, wrowe, ylavic
-
-  *) core: EBCDIC fixes for interim responses with additional headers.
-     trunk patch: http://svn.apache.org/r1777354
-     2.4.x patch: http://people.apache.org/~covener/patches/ebcdic-interim.diff
-     +1: covener, wrowe, ylavic (by inspection)
-
-
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]