Commit 95d2174f authored by Gregg L. Smith's avatar Gregg L. Smith
Browse files

vote/promote SSLCertificateChainFile depreciation noise restraint


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1685493 13f79535-47bb-0310-9956-ffa450edef68
parent 80ff38ca
Loading
Loading
Loading
Loading
+9 −9
Changes for STATUS: 9 added lines, 9 removed lines.
Original line number Diff line number Diff line
@@ -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