]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Promote
authorRuediger Pluem <rpluem@apache.org>
Tue, 11 Mar 2014 20:15:44 +0000 (20:15 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 11 Mar 2014 20:15:44 +0000 (20:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1576490 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 52b152771e88f1df2c5d42366f5560c05bebcae0..44013e5a79ff97e82be6fa26ce675c67d00e9bd8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -154,9 +154,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
    2.2.x patch: http://people.apache.org/~ylavic/2.2.x-ap_proxy_pass_brigade_cleanup.patch
    +1: ylavic, rpluem, wrowe
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
   *) mod_log_config: Clean up cookie logging with fewer redundant
      string parsing passes.  Log only cookies with a value assignment.
      [William Rowe, Ruediger Pluem, Jim Jagielski]
@@ -164,6 +161,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: wrowe, ylavic, jim
 
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
    * mod_proxy: Don't reuse a SSL backend connection whose SNI differs. PR 55782.
                 This may happen when ProxyPreserveHost is on and the proxy-worker
                 handles connections to different Hosts.