]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Thu, 22 Jan 2015 17:25:13 +0000 (17:25 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 22 Jan 2015 17:25:13 +0000 (17:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1653955 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c967752990453785ed4d1decdc7a60011070d97c..09c96489703a01d03c6e62e199e686a5e4806dfd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -118,6 +118,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunks works
      +1: rjung, ylavic, wrowe
 
+   * mod_ssl: Fix renegotiation failures redirected to an ErrorDocument.
+              (segfault flaw) PR 57334.
+     trunk patch: http://svn.apache.org/r1644498
+     2.4.x patch: trunk works (module CHANGES)
+     +1: ylavic, wrowe, minfrin
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -173,12 +180,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (module CHANGES)
      +1: ylavic
 
-   * mod_ssl: Fix renegotiation failures redirected to an ErrorDocument.
-              (segfault flaw) PR 57334.
-     trunk patch: http://svn.apache.org/r1644498
-     2.4.x patch: trunk works (module CHANGES)
-     +1: ylavic, wrowe
-
    * core: Add ap_errorlog_provider to make ErrorLog logging modular. This
            backport keeps syslog logging as part of httpd core and only adds
            API to allow other modules to be used for error logging.