summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2016-12-05 15:45:48 +0100
committerJim Jagielski <jim@apache.org>2016-12-05 15:45:48 +0100
commit66a8b29d8635a04c2b269e3e383dd38678eedfe7 (patch)
tree3480f025be9a73d59b43c7bbc3278170eb20390b /CHANGES
parentupdate after mod_http2 backport (diff)
downloadapache2-66a8b29d8635a04c2b269e3e383dd38678eedfe7.tar.xz
apache2-66a8b29d8635a04c2b269e3e383dd38678eedfe7.zip
in 2.4.24-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES12
1 files changed, 0 insertions, 12 deletions
diff --git a/CHANGES b/CHANGES
index bb840c0edd..8811eea498 100644
--- a/CHANGES
+++ b/CHANGES
@@ -68,12 +68,6 @@ Changes with Apache 2.5.0
*) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
AJP13 authentication. PR 53098. [Dmitry A. Bakshaev <dab1818 gmail com>]
- *) mpm_event: Don't take over scoreboard slots from gracefully finishing
- threads. [Stefan Fritsch]
-
- *) mod_status: Display the process slot number in the async connection
- overview. [Stefan Fritsch]
-
*) mpm: Generalise the ap_mpm_register_socket functions to accept pipes
or sockets. [Graham Leggett]
@@ -113,18 +107,12 @@ Changes with Apache 2.5.0
*) core: Extend support for asynchronous write completion from the
network filter to any connection or request filter. [Graham Leggett]
- *) mpm_event: Free memory earlier when shutting down processes.
- [Stefan Fritsch]
-
*) mod_auth_digest: remove AuthDigestEnableQueryStringHack which is no
more documented since dec 2012 (r1415960). [Christophe Jaillet]
*) mod_charset_lite: On EBCDIC platforms, make sure mod_charset_lite runs
after other resource-level filters. [Eric Covener]
- *) mod_dir: Responses that go through "FallbackResource" might appear to
- hang due to unterminated chunked encoding. PR58292. [Eric Covener]
-
*) http: Don't remove the Content-Length of zero from a HEAD response if
it comes from an origin server, module or script. [Yann Ylavic]