Commit af10c967 authored by Graham Leggett's avatar Graham Leggett
Browse files

Vote, promote.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712292 13f79535-47bb-0310-9956-ffa450edef68
parent 03387d91
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -118,6 +118,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic, jim, minfrin

   * mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
                fields as described in RFC7230. See OWS definition.
                [Christophe Jaillet, Graham Leggett]
     trunk patch: http://svn.apache.org/r1710723
     2.4.x trunk works (modulo CHANGES)
     +1: jailletc36, ylavic, minfrin
     jailletc36: CHANGES entry could be tweaked to speak about OWS as per RFC7230
                 instead of RFC2616
     ylavic: simple s/RFC2616/RFC7230/ in CHANGES entry would be fine IMO.


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -147,16 +156,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v3.patch
     +1: ylavic

   * mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
                fields as described in RFC7230. See OWS definition.
                [Christophe Jaillet, Graham Leggett]
     trunk patch: http://svn.apache.org/r1710723
     2.4.x trunk works (modulo CHANGES)
     +1: jailletc36, ylavic
     jailletc36: CHANGES entry could be tweaked to speak about OWS as per RFC7230
                 instead of RFC2616
     ylavic: simple s/RFC2616/RFC7230/ in CHANGES entry would be fine IMO.

   * core: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
          its parameter when starting httpd as single process (httpd -X).
     trunk patch: http://svn.apache.org/r1711479