summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2017-09-26 15:28:31 +0200
committerLuca Toscano <elukey@apache.org>2017-09-26 15:28:31 +0200
commitc7ea137723331de610d59837d2fa56e5f34dfbab (patch)
treeb9837314385577a32188ed91a7f89a57fcc086e5 /CHANGES
parentOn the trunk: (diff)
downloadapache2-c7ea137723331de610d59837d2fa56e5f34dfbab.tar.xz
apache2-c7ea137723331de610d59837d2fa56e5f34dfbab.zip
CHANGES: remove backported items
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809746 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES13
1 files changed, 0 insertions, 13 deletions
diff --git a/CHANGES b/CHANGES
index 1320378226..323e0e09d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,9 +14,6 @@ Changes with Apache 2.5.0
*) mod_ssl: unshare SSLSrvConfigRec instances between base server and virtual hosts. This avoids
overwrites of later initializattions (vhost_id), selective disables by "SSLEngine addr-list"
and certificate/key pickup from mod_md. [Stefan Eissing]
-
- *) mod_speling: Don't embed referer data in a link in error page.
- PR 38923 [Nick Kew]
*) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST is
used in a condition that evaluates to true. PR 58231 [Luca Toscano, Yann Ylavic]
@@ -47,10 +44,6 @@ Changes with Apache 2.5.0
- compatibility with libressl
[Stefan Eissing]
- *) htdigest: prevent a buffer overflow when a string exceeds the allowed max
- length in a password file.
- [Luca Toscano, Hanno Böck <hanno hboeck de>]
-
*) mod_md: v0.9.2: new directive 'MDHttpProxy' to define a proxy for outgoing connection,
some minor bugfixes, twiddle the build system to avoid non-pic code generation.
[Stefan Eissing]
@@ -100,9 +93,6 @@ Changes with Apache 2.5.0
*) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184.
[Bernard Spil <brnrd freebsd.org>, Yann Ylavic]
- *) event: Avoid possible blocking in the listener thread when shutting down
- connections. PR 60956. [Yann Ylavic]
-
*) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait
parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic]
@@ -162,9 +152,6 @@ Changes with Apache 2.5.0
*) core: Add <IfFile> configuration section to allow any file on disk to be
used as a conditional. [Edward Lu, Eric Covener]
- *) event: Avoid listener periodic wake ups by using the pollset wake-ability
- when available. PR 57399. [Yann Ylavic, Luca Toscano]
-
*) mod_crypto: Add the all purpose crypto filters with support for HLS.
[Graham Leggett]