Commit dcbe7d6d authored by Jim Jagielski's avatar Jim Jagielski
Browse files

promote



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1735885 13f79535-47bb-0310-9956-ffa450edef68
parent 92e96405
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -112,6 +112,13 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

   *) mod_ssl: Add hooks to allow mod_ssl_ct to work on 2.4.x branch
     Note: mod_ssl_ct in trunk also uses a proxy hook (proxy_detach_backend),
           but that is only to set some envvars for logging, not for
           functionality.  I think a better solution is required in that case.
     trunk revisions: r1587607, r1588868
     2.4.x patch: https://emptyhammock.com/media/downloads/mod_ssl_openssl-to-2.4.x.txt
     +1: trawick, ylavic, jim
  

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -169,13 +176,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
             that could/should be a (short) follow up, though if it can be done
             before the third vote feel free to keep mine :)

  *) mod_ssl: Add hooks to allow mod_ssl_ct to work on 2.4.x branch
     Note: mod_ssl_ct in trunk also uses a proxy hook (proxy_detach_backend),
           but that is only to set some envvars for logging, not for
           functionality.  I think a better solution is required in that case.
     trunk revisions: r1587607, r1588868
     2.4.x patch: https://emptyhammock.com/media/downloads/mod_ssl_openssl-to-2.4.x.txt
     +1: trawick, ylavic, jim
 
PATCHES/ISSUES THAT ARE BEING WORKED