You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2017/05/11 16:46:49 UTC

svn commit: r1794853 - /httpd/httpd/trunk/CHANGES

Author: covener
Date: Thu May 11 16:46:49 2017
New Revision: 1794853

URL: http://svn.apache.org/viewvc?rev=1794853&view=rev
Log:
remove recently backported items

(present in 2.4.x CHANGES)


Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1794853&r1=1794852&r2=1794853&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu May 11 16:46:49 2017
@@ -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]