Commit 5185eb54 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

vote

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

  *) mod_ssl: Constify + save a few bytes in conf pool when parsing SSLRequire
     mod_nw_ssl: Save a few bytes in conf pool when processing 'NWSSLTrustedCerts'
     trunk patch: http://svn.apache.org/r1718514
                  http://svn.apache.org/r1721313 (untested because I don't have this system)
     2.4.x patch: trunk works
     +1: jailletc36, jim, icing
     
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -164,13 +170,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works, module CHANGES
     +1: ylavic, jim

  *) mod_ssl: Constify + save a few bytes in conf pool when parsing SSLRequire
     mod_nw_ssl: Save a few bytes in conf pool when processing 'NWSSLTrustedCerts'
     trunk patch: http://svn.apache.org/r1718514
                  http://svn.apache.org/r1721313 (untested because I don't have this system)
     2.4.x patch: trunk works
     +1: jailletc36, jim
     
  *) core: Add expression support to SetHandler (someone wanted this in
     a well-articulated serverfault post).
     trunk patch:  http://svn.apache.org/r1725149