You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2018/06/06 10:32:42 UTC

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

Author: icing
Date: Wed Jun  6 10:32:41 2018
New Revision: 1833000

URL: http://svn.apache.org/viewvc?rev=1833000&view=rev
Log:
promote

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=1833000&r1=1832999&r2=1833000&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun  6 10:32:41 2018
@@ -151,6 +151,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
                   (trunk works modulo CHANGES))
      +1: ylavic, jim, icing
 
+  *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
+     zero out what had been initialized as the connection-level port.  PR59931.
+     trunk patch: http://svn.apache.org/r1776458
+     2.4.x patch: trunk works (module CHANGES)
+                  svn merge -c 1776458 ^/httpd/httpd/trunk
+     +1: ylavic, covener, icing
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -213,13 +220,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1831231,1831591,1832934,1832937 ^/httpd/httpd/trunk .
      +1: ylavic, icing
 
-  *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
-     zero out what had been initialized as the connection-level port.  PR59931.
-     trunk patch: http://svn.apache.org/r1776458
-     2.4.x patch: trunk works (module CHANGES)
-                  svn merge -c 1776458 ^/httpd/httpd/trunk
-     +1: ylavic, covener, icing
-
   *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or
      ProxyPassReverseCookiePath directive could fail to update correctly 
      'domain=' or 'path=' in the 'Set-Cookie' header.  PR 61560.