summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2018-02-16 13:16:24 +0000
committerGraham Leggett <minfrin@apache.org>2018-02-16 13:16:24 +0000
commitebbaaefc33e1d8c7d5c15dc717e35d46c6b36115 (patch)
treef3bb5e77ec0bbe9e91ebb77ccd3afb0da667de98
parent8ec355145d21ca8e337551b07bb7ff9511717420 (diff)
downloadhttpd-ebbaaefc33e1d8c7d5c15dc717e35d46c6b36115.tar.gz
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824468 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS12
1 files changed, 6 insertions, 6 deletions
diff --git a/STATUS b/STATUS
index 9a9d4e34f2..c4e5c54e04 100644
--- a/STATUS
+++ b/STATUS
@@ -118,6 +118,12 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) core: For consistency, ensure that read lines are NUL terminated on any
+ error, not only on buffer full.
+ trunk patch: http://svn.apache.org/r1824303
+ 2.4.x patch: trunk works (modulo CHANGES)
+ +1: ylavic, rpluem, minfrin
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
@@ -133,12 +139,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
http://svn.apache.org/r1824460
2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/proxy-rfc1035-hostname-v2.diff
- *) core: For consistency, ensure that read lines are NUL terminated on any
- error, not only on buffer full.
- trunk patch: http://svn.apache.org/r1824303
- 2.4.x patch: trunk works (modulo CHANGES)
- +1: ylavic, rpluem
-
*) regex: Allow to configure global/default options for regexes, like
caseless matching or extended format.
trunk patch: http://svn.apache.org/r1824339