Commit 2deb596f authored by Graham Leggett's avatar Graham Leggett
Browse files

Vote and promote.


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

   * mod_cache: r->err_headers_out is not merged into
     r->headers when mod_cache is enabled and the response
     is cached for the first time.
     trunk patch: http://svn.apache.org/r1704392
                  http://svn.apache.org/r1704395
     2.4.x patch: trunk works
     +1: elu, ylavic, minfrin
     ylavic: possibly with a CHANGES entry

 

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -224,15 +233,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works (module CHANGES)
     +1: ylavic, minfrin

   * mod_cache: r->err_headers_out is not merged into
     r->headers when mod_cache is enabled and the response
     is cached for the first time.
     trunk patch: http://svn.apache.org/r1704392
                  http://svn.apache.org/r1704395
     2.4.x patch: trunk works
     +1: elu, ylavic
     ylavic: possibly with a CHANGES entry

   *) mod_logio: Fix %^FB on initial request on SSL connection by not counting
      handshake writes as first byte. Also fix processing per Yann's observations
      about potential problems with e.g. write completion.