You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2017/10/10 16:34:47 UTC

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

Author: wrowe
Date: Tue Oct 10 16:34:47 2017
New Revision: 1811738

URL: http://svn.apache.org/viewvc?rev=1811738&view=rev
Log:
Upvote, 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=1811738&r1=1811737&r2=1811738&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Oct 10 16:34:47 2017
@@ -138,6 +138,19 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       2.4.x patch: svn merge -c 1804096,1807238,1809981,1810088,1810089 ^/httpd/httpd/trunk .
       +1: icing, steffenal, ylavic
 
+   *) mod_rewrite,core: Avoid the 'Vary: Host' response header when HTTP_HOST
+                        is used in a condition that evaluates to true.
+      trunk patch: http://svn.apache.org/r1808746
+                   http://svn.apache.org/r1809028
+      2.4.x patch: svn merge -c 1808746,1809028 ^/httpd/httpd/trunk .
+      +1: elukey, ylavic, wrowe
+
+   *) mod_ssl: Fix SessionTicket callback return value, which does
+      seem to matter with OpenSSL 1.1.
+      trunk: https://svn.apache.org/r1736186
+      2.4.x patch: trunk works
+      +1: jorton, ylavic, wrowe
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -146,7 +159,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      as non-root user.
      trunk patch: https://svn.apache.org/r1664565
      2.4.x patch: trunk works modulo docs, CHANGES
-     +1: jorton,
+     +1: jorton, wrowe
 
   *) core: Rewrite Content-Length filter to avoid arbitrary memory
      consumption for streaming responses (e.g. large CGI scripts)
@@ -214,19 +227,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 mod_journald can't be configured in maintainer mode (-std=c89).
                 Can anyone else reproduce, or is it just my distro?
 
-   *) mod_rewrite,core: Avoid the 'Vary: Host' response header when HTTP_HOST
-                        is used in a condition that evaluates to true.
-      trunk patch: http://svn.apache.org/r1808746
-                   http://svn.apache.org/r1809028
-      2.4.x patch: svn merge -c 1808746,1809028 ^/httpd/httpd/trunk .
-      +1: elukey, ylavic
-
-   *) mod_ssl: Fix SessionTicket callback return value, which does
-      seem to matter with OpenSSL 1.1.
-      trunk: https://svn.apache.org/r1736186
-      2.4.x patch: trunk works
-      +1: jorton, ylavic
-
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]