]> granicus.if.org Git - apache/commitdiff
remove recently backported items
authorEric Covener <covener@apache.org>
Thu, 11 May 2017 16:46:49 +0000 (16:46 +0000)
committerEric Covener <covener@apache.org>
Thu, 11 May 2017 16:46:49 +0000 (16:46 +0000)
(present in 2.4.x CHANGES)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1794853 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 687cf65e6b6cc28487272a72f1348cf7111278f9..c82a36d2da7909b08933d8b33fe99fda9640a44d 100644 (file)
--- 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]