summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2018-02-16 13:26:45 +0000
committerGraham Leggett <minfrin@apache.org>2018-02-16 13:26:45 +0000
commitcf973873623b0cfa7703403ad3b3dd84112453e4 (patch)
tree858eefd4ce440b02ea6a2db83186d4aaf42be3c1
parent073a2c47af855a5c8c9a1abf56c539bb3fa4452c (diff)
downloadhttpd-cf973873623b0cfa7703403ad3b3dd84112453e4.tar.gz
Vote and promote (with mmn bump)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824471 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS15
1 files changed, 8 insertions, 7 deletions
diff --git a/STATUS b/STATUS
index e0701fa752..ce095a4761 100644
--- a/STATUS
+++ b/STATUS
@@ -118,6 +118,14 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) regex: Allow to configure global/default options for regexes, like
+ caseless matching or extended format.
+ trunk patch: http://svn.apache.org/r1824339
+ http://svn.apache.org/r1824439
+ 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-global_regex_options-v2.patch
+ +1: ylavic, rpluem, minfrin
+ minfrin: with mmn bump
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
@@ -133,13 +141,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
- *) regex: Allow to configure global/default options for regexes, like
- caseless matching or extended format.
- trunk patch: http://svn.apache.org/r1824339
- http://svn.apache.org/r1824439
- 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-global_regex_options-v2.patch
- +1: ylavic, rpluem
-
*) mod_cache_socache: Fix caching of empty headers up to carriage return.
trunk patch: http://svn.apache.org/r1824343
2.4.x patch: trunk works (modulo CHANGES)