summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-09-28 09:32:29 +0000
committerYann Ylavic <ylavic@apache.org>2015-09-28 09:32:29 +0000
commite8e97006684b29ac637ce942d9b7f8130aae1442 (patch)
tree5c0539176390ddee8c349ad0c0af95bd9ef1ed81
parent03ea7e8a01ea5b9d9acc8d18f7c2b992d6ef2cc5 (diff)
downloadhttpd-e8e97006684b29ac637ce942d9b7f8130aae1442.tar.gz
Vote, promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705633 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS27
1 files changed, 13 insertions, 14 deletions
diff --git a/STATUS b/STATUS
index 42fb727187..847f6883fb 100644
--- a/STATUS
+++ b/STATUS
@@ -109,7 +109,19 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) mod_xml2enc: fix spurious (and harmless) test
+ trunk patch: http://svn.apache.org/r1704099
+ 2.4.x patch: trunk works
+ +1: jailletc36, minfrin, ylavic
+ *) mod_logio: Fix %^FB on initial request on SSL connection by not counting
+ handshake writes as first byte. Also fix processing per Yann's observations
+ about potential problems with e.g. write completion.
+ trunk patch: http://svn.apache.org/r1705099
+ http://svn.apache.org/r1705134
+ 2.4.x patch: trunk works
+ +1: covener, minfrin, ylavic
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
@@ -229,19 +241,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: trunk works (module CHANGES)
+1: ylavic, minfrin
- *) mod_logio: Fix %^FB on initial request on SSL connection by not counting
- handshake writes as first byte. Also fix processing per Yann's observations
- about potential problems with e.g. write completion.
- trunk patch: http://svn.apache.org/r1705099
- http://svn.apache.org/r1705134
- 2.4.x patch: trunk works
- +1: covener, minfrin
-
- *) mod_xml2enc: fix spurious (and harmless) test
- trunk patch: http://svn.apache.org/r1704099
- 2.4.x patch: trunk works
- +1: jailletc36, minfrin
-
*) mod_ssl: namespacing changes from May 2015
trunk patches: https://svn.apache.org/r1674538
https://svn.apache.org/r1677143
@@ -274,7 +273,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
PR 58213.
trunk patch: https://svn.apache.org/r1702643
2.4.x patch: trunk works (modulo CHANGES)
- +1: kbrand
+ +1: kbrand, ylavic
*) mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3,
and change the compiled-in default for SSL[Proxy]Protocol to "all -SSLv3".