]> granicus.if.org Git - apache/commitdiff
vote/promote SSLCertificateChainFile depreciation noise restraint
authorGregg Lewis Smith <gsmith@apache.org>
Mon, 15 Jun 2015 01:18:43 +0000 (01:18 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Mon, 15 Jun 2015 01:18:43 +0000 (01:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1685493 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 56737ef3c8734937a93a076bc3c10711511f3993..60f192e5ed8439432f2894713b78ad341f5f1e01 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -107,6 +107,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup,
+              on first usage only.
+     trunk patch: http://svn.apache.org/r1685052
+                  http://svn.apache.org/r1685078
+                  http://svn.apache.org/r1685097
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-deprecated_SSLCertificateChainFile_once.patch
+                  trunk works (modulo CHANGES, above is a review patch only)
+     +1: ylavic, trawick, gsmith
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -199,15 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic
 
-  *) mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup,
-              on first usage only.
-     trunk patch: http://svn.apache.org/r1685052
-                  http://svn.apache.org/r1685078
-                  http://svn.apache.org/r1685097
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-deprecated_SSLCertificateChainFile_once.patch
-                  trunk works (modulo CHANGES, above is a review patch only)
-     +1: ylavic, trawick
-
   *) core: Allow spaces after chunk-size for compatibility with implementations
      using a pre-filled buffer, and log parsing failures at level INFO.
      trunk patch: http://svn.apache.org/r1685339