]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Fri, 23 Nov 2018 14:56:08 +0000 (14:56 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 23 Nov 2018 14:56:08 +0000 (14:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1847279 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f3eb44d1c9dfa3ee0c848d3810c6d7f0e6c6473f..05696ac93e82ef0b50d717b3e850e68e9ace3f38 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -126,6 +126,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_ssl: Fixes PR 62880 where certificate loading fails bc SSL ERRs are
+              not cleared beforehand.
+     trunk patch: http://svn.apache.org/r1845768
+     2.4.x patch: svn merge -c 1845768 ^/httpd/httpd/trunk .
+     +1: icing, jim, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -194,12 +200,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jailletc36, jim
      jailletc36: Test-case added in r1845094
 
-  *) mod_ssl: Fixes PR 62880 where certificate loading fails bc SSL ERRs are
-              not cleared beforehand.
-     trunk patch: http://svn.apache.org/r1845768
-     2.4.x patch: svn merge -c 1845768 ^/httpd/httpd/trunk .
-     +1: icing, jim
-
   *) mod_ssl: Fixes PR 62654 where "require ssl" did not work on HTTP/2
      connections, and PR 61519 where $HTTPS was incorrect for the
      "SSLEngine optional" case.