]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote.
authorGraham Leggett <minfrin@apache.org>
Tue, 3 Nov 2015 13:25:39 +0000 (13:25 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 3 Nov 2015 13:25:39 +0000 (13:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712292 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0615eee175d8057cd48c41e02658e46d265dd092..c8361f340b3b8fa1d9b5faa9d52e69e94179f3ae 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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