summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2015-09-26 22:54:42 +0000
committerGraham Leggett <minfrin@apache.org>2015-09-26 22:54:42 +0000
commit462949326badb4648eef52fa072690f4fdd710ec (patch)
treed8a02064e81a14ec91dcfc7b3a421943bf4a23a7
parentf6cd7e170fb7fc2f8ff3aa25d83bf01b17bfdb7c (diff)
downloadhttpd-462949326badb4648eef52fa072690f4fdd710ec.tar.gz
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705498 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS30
1 files changed, 15 insertions, 15 deletions
diff --git a/STATUS b/STATUS
index 8e6c179a03..24b16ff105 100644
--- a/STATUS
+++ b/STATUS
@@ -109,6 +109,21 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) mod_slotmem_shm: Fix slots/SHM files names on restart for systems that
+ can't create new (clear) slots while previous children gracefully stopping
+ still use the old ones (e.g. Windows, OS2). PR 58024.
+ trunk patch: http://svn.apache.org/r1702450
+ http://svn.apache.org/r1702473
+ http://svn.apache.org/r1702501
+ http://svn.apache.org/r1702955
+ http://svn.apache.org/r1703149
+ http://svn.apache.org/r1703157
+ http://svn.apache.org/r1703169
+ http://svn.apache.org/r1703200
+ 2.4.x patch: trunk works (module CHANGES)
+ merge patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_slotmem_shm-generation.patch
+ +1: ylavic, jim, minfrin
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -207,21 +222,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
svn diff ^/httpd/httpd/branches/2.4.x ^/httpd/httpd/branches/2.4.17-protocols-http2
+1: icing, jim
- *) mod_slotmem_shm: Fix slots/SHM files names on restart for systems that
- can't create new (clear) slots while previous children gracefully stopping
- still use the old ones (e.g. Windows, OS2). PR 58024.
- trunk patch: http://svn.apache.org/r1702450
- http://svn.apache.org/r1702473
- http://svn.apache.org/r1702501
- http://svn.apache.org/r1702955
- http://svn.apache.org/r1703149
- http://svn.apache.org/r1703157
- http://svn.apache.org/r1703169
- http://svn.apache.org/r1703200
- 2.4.x patch: trunk works (module CHANGES)
- merge patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_slotmem_shm-generation.patch
- +1: ylavic, jim
-
*) mod_proxy: don't recyle backend announced "Connection: close" connections
to avoid reusing it should the close be effective after some new request
is ready to be sent.