summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2017-05-11 16:46:49 +0000
committerEric Covener <covener@apache.org>2017-05-11 16:46:49 +0000
commiteb1d654ef5b1ff94dd37e42efc5eefd0396539c7 (patch)
treeb78b52315b83024903b8add328fdabf770413d59
parent6a4f4536a06b53ccf430453b03d5f4b4b1d81d17 (diff)
downloadhttpd-eb1d654ef5b1ff94dd37e42efc5eefd0396539c7.tar.gz
remove recently backported items
(present in 2.4.x CHANGES) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1794853 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES14
1 files changed, 0 insertions, 14 deletions
diff --git a/CHANGES b/CHANGES
index 687cf65e6b..c82a36d2da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,10 +18,6 @@ Changes with Apache 2.5.0
bucket case (default), thus avoiding the leak of the corresponding socket
descriptors on graceful restart. [Yann Ylavic]
- *) mod_autoindex: Add IndexOptions UseOldDateFormat to allow the date
- format from 2.2 in the Last Modified column. PR60846.
- [Hank Ibell <hwibell gmail.com>]
-
*) Add <IfDirective> and <IfSection> directives. [Joe Orton]
*) mod_syslog: Support use of optional "tag" in syslog entries.
@@ -63,9 +59,6 @@ Changes with Apache 2.5.0
to revert to previous behavior. PR60009.
[Hank Ibell <hwibell gmail.com>]
- *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
- [Hank Ibell <hwibell gmail.com>]
-
*) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
zero out what had been initialized as the connection-level port. PR59931.
[Hank Ibell <hwibell gmail.com>]
@@ -88,13 +81,6 @@ Changes with Apache 2.5.0
*) event: Avoid listener periodic wake ups by using the pollset wake-ability
when available. PR 57399. [Yann Ylavic, Luca Toscano]
- *) mod_brotli: Add a new module for dynamic Brotli (RFC 7932) compression.
- [Evgeny Kotkov]
-
- *) core: Permit unencoded ';' characters to appear in proxy requests and
- Location: response headers. Corresponds to modern browser behavior.
- [William Rowe]
-
*) mod_crypto: Add the all purpose crypto filters with support for HLS.
[Graham Leggett]