Commit 3565a211 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Vote and promote

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

  *) mod_ssl: fix a potential NULL dereference spotted by gcc 8.1.0
     mod_http2: silence gcc strncpy warnings which break compilation in
                maintainer mode with gcc 8.1.0
     trunk patch: http://svn.apache.org/r1831231
                  http://svn.apache.org/r1831591
                  http://svn.apache.org/r1832934
                  http://svn.apache.org/r1832937
     2.4.x patch: svn merge -c 1831231,1831591,1832934,1832937 ^/httpd/httpd/trunk .
     +1: ylavic, icing, jailletc36 (by inspection)


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -189,16 +199,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  (trunk works modulo CHANGES))
     +1: ylavic, jailletc36

  *) mod_ssl: fix a potential NULL dereference spotted by gcc 8.1.0
     mod_http2: silence gcc strncpy warnings which break compilation in
                maintainer mode with gcc 8.1.0
     trunk patch: http://svn.apache.org/r1831231
                  http://svn.apache.org/r1831591
                  http://svn.apache.org/r1832934
                  http://svn.apache.org/r1832937
     2.4.x patch: svn merge -c 1831231,1831591,1832934,1832937 ^/httpd/httpd/trunk .
     +1: ylavic, icing

  *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or
     ProxyPassReverseCookiePath directive could fail to update correctly 
     'domain=' or 'path=' in the 'Set-Cookie' header.  PR 61560.