summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2015-11-03 13:25:39 +0000
committerGraham Leggett <minfrin@apache.org>2015-11-03 13:25:39 +0000
commit4bf1393ec732c78a6136a3a4b975e40f2879c95a (patch)
tree21c38b1b773484546d437ccc43eb6b18139a83aa
parent8479e1bd17a4bce8b26f9628ce2905ff1bb8058e (diff)
downloadhttpd-4bf1393ec732c78a6136a3a4b975e40f2879c95a.tar.gz
Vote, promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712292 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS19
1 files changed, 9 insertions, 10 deletions
diff --git a/STATUS b/STATUS
index 0615eee175..c8361f340b 100644
--- 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