summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2015-09-26 22:16:18 +0000
committerGraham Leggett <minfrin@apache.org>2015-09-26 22:16:18 +0000
commitd77d02179b13eda5a759664f3afa3231ff3026f4 (patch)
treef7c79bb46922766b53a20955ffbe981b3c68308e
parent932a78146c8320a91d8371007ba837a54630f043 (diff)
downloadhttpd-d77d02179b13eda5a759664f3afa3231ff3026f4.tar.gz
Vote, promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705491 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS45
1 files changed, 22 insertions, 23 deletions
diff --git a/STATUS b/STATUS
index 58e1ef33e6..f8fb7e717d 100644
--- a/STATUS
+++ b/STATUS
@@ -108,7 +108,28 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
-
+
+ * MPMs: Support SO_REUSEPORT to create multiple duplicated listener
+ records for scalability (full log in 2.4.x patch).
+ trunk patch: http://svn.apache.org/r1599531
+ http://svn.apache.org/r1599593
+ http://svn.apache.org/r1599601
+ http://svn.apache.org/r1599603
+ http://svn.apache.org/r1601558
+ http://svn.apache.org/r1629909
+ http://svn.apache.org/r1629918
+ http://svn.apache.org/r1629990
+ http://svn.apache.org/r1635521
+ http://svn.apache.org/r1635859
+ http://svn.apache.org/r1640145
+ http://svn.apache.org/r1640161
+ http://svn.apache.org/r1640184
+ http://svn.apache.org/r1640763
+ http://svn.apache.org/r1643179
+ http://svn.apache.org/r1656368
+ http://svn.apache.org/r1679714
+ 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_listeners_buckets-v3.patch
+ +1: ylavic, jim, minfrin
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -144,28 +165,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-mod_journald.patch
+1: jkaluza, jim
- * MPMs: Support SO_REUSEPORT to create multiple duplicated listener
- records for scalability (full log in 2.4.x patch).
- trunk patch: http://svn.apache.org/r1599531
- http://svn.apache.org/r1599593
- http://svn.apache.org/r1599601
- http://svn.apache.org/r1599603
- http://svn.apache.org/r1601558
- http://svn.apache.org/r1629909
- http://svn.apache.org/r1629918
- http://svn.apache.org/r1629990
- http://svn.apache.org/r1635521
- http://svn.apache.org/r1635859
- http://svn.apache.org/r1640145
- http://svn.apache.org/r1640161
- http://svn.apache.org/r1640184
- http://svn.apache.org/r1640763
- http://svn.apache.org/r1643179
- http://svn.apache.org/r1656368
- http://svn.apache.org/r1679714
- 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_listeners_buckets-v3.patch
- +1: ylavic, jim
-
*) http: Don't remove the Content-Length of zero from a HEAD response if
it comes from an origin server, module or script. Allow the previous
behaviour (for legacy/buggy modules only, not origin) by also backporting