]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote+promote
authorStefan Fritsch <sf@apache.org>
Sun, 25 Oct 2015 09:21:57 +0000 (09:21 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 25 Oct 2015 09:21:57 +0000 (09:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1710418 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3913f7f3d8b86f09f0ef8615a6ac78cdc55b47b5..8383be8d23c3049f056c6f40835eaf8c019a37cc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -110,6 +110,21 @@ RELEASE SHOWSTOPPERS:
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
+   * mod_ssl: Extend expression parser registration to support ssl variables
+     in any expression using mod_rewrite syntax "%{SSL:VARNAME}" or function
+     syntax "ssl(VARIABLE)".
+     trunk patch: http://svn.apache.org/r1707002
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: rjung, ylavic, sf (plus doc fix pointed out by minfrin)
+     minfrin: Tiny nit: http://svn.apache.org/r1709596
+
+   * httpd.conf.in: Remove commented config regarding DNT because the spec
+     now has CR status (confirming our interpretation) and MS has committed
+     to changing their implementation.  PR 53845
+     trunk patch: http://svn.apache.org/r1707831
+     2.4.x patch: http://people.apache.org/~minfrin/httpd-dnt-2.4.patch
+     +1: fielding, covener, sf
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -166,21 +181,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v3.patch
      +1: ylavic
 
-   * mod_ssl: Extend expression parser registration to support ssl variables
-     in any expression using mod_rewrite syntax "%{SSL:VARNAME}" or function
-     syntax "ssl(VARIABLE)".
-     trunk patch: http://svn.apache.org/r1707002
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: rjung, ylavic
-     minfrin: Tiny nit: http://svn.apache.org/r1709596
-
-   * httpd.conf.in: Remove commented config regarding DNT because the spec
-     now has CR status (confirming our interpretation) and MS has committed
-     to changing their implementation.  PR 53845
-     trunk patch: http://svn.apache.org/r1707831
-     2.4.x patch: http://people.apache.org/~minfrin/httpd-dnt-2.4.patch
-     +1: fielding, covener
-
    * core: make the 2.4.17 behavior of fully qualifying REDIRECT_URL
      opt-in.  Original PR PR57785
      trunk patch: http://svn.apache.org/r1710380