You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2015/06/15 03:18:43 UTC

svn commit: r1685493 - /httpd/httpd/branches/2.4.x/STATUS

Author: gsmith
Date: Mon Jun 15 01:18:43 2015
New Revision: 1685493

URL: http://svn.apache.org/r1685493
Log:
vote/promote SSLCertificateChainFile depreciation noise restraint

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1685493&r1=1685492&r2=1685493&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jun 15 01:18:43 2015
@@ -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