summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2015-05-22 21:09:40 +0200
committerJeff Trawick <trawick@apache.org>2015-05-22 21:09:40 +0200
commitf7d73c48d5f754a513b787a60738319d1683eee9 (patch)
treebcc788a94520027f2e6b2172743d65be316cf897 /CHANGES
parentBe more precise. (diff)
downloadapache2-f7d73c48d5f754a513b787a60738319d1683eee9.tar.xz
apache2-f7d73c48d5f754a513b787a60738319d1683eee9.zip
remove some entries for fixes recently backported to 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES23
1 files changed, 0 insertions, 23 deletions
diff --git a/CHANGES b/CHANGES
index 60ab61aaa1..4b79b35ac8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,18 +1,6 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
- *) In alignment with RFC 7525, the default recommended SSLCipherSuite
- and SSLProxyCipherSuite now exclude RC4 as well as MD5. Existing
- configurations must be adjusted by the administrator. [William Rowe]
-
- *) In alignment with RFC 7525, the default recommended SSLProtocol and
- SSLProxyProtocol directives now excludes SSLv3. Existing configurations
- must be adjusted by the administrator. [William Rowe]
-
- *) mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetime
- of DB lookup entries independently of the selected DB engine. PR 46421.
- [Steven whitson <steven.whitson gmail com>, Jan Kaluza, Yann Ylavic].
-
*) mod_ssl OCSP Stapling: Don't block initial handshakes while refreshing
the OCSP response for a different certificate. mod_ssl has an additional
global mutex, "ssl-stapling-refresh".
@@ -23,16 +11,8 @@ Changes with Apache 2.5.0
*) core/util_script: make REDIRECT_URL a full URL. PR 57785. [Nick Kew]
- *) mod_ssl: Check for the Entropy Gathering Daemon (EGD) availability at
- configure time (RAND_egd), and complain if SSLRandomSeed requires using
- it otherwise. [Bernard Spil <pil.oss gmail com>, Stefan Sperling,
- Kaspar Brand]
-
*) http: Add support for RFC2324/RFC7168. [Graham Leggett]
- *) core: Cleanup the request soon/even if some output filter fails to
- handle the EOR bucket. [Yann Ylavic]
-
*) core, modules: Avoid error response/document handling by the core if some
handler or input filter already did it while reading the request (causing
a double response body). [Yann Ylavic]
@@ -55,9 +35,6 @@ Changes with Apache 2.5.0
or force-proxy-request-1.0, and respond with 502 instead of 400 if its
Connection header is invalid. [Yann Ylavic]
- *) http: Make ap_die() robust against any HTTP error code and not modify
- response status (finally logged) when nothing is to be done. [Yann Ylavic]
-
*) mod_proxy_http: Don't establish or reuse a backend connection before pre-
fetching the request body, so to minimize the delay between it is supposed
to be alive and the first bytes sent: this is a best effort to prevent the