]> granicus.if.org Git - apache/commitdiff
In 2.4.x
authorJim Jagielski <jim@apache.org>
Fri, 1 May 2015 17:07:11 +0000 (17:07 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 1 May 2015 17:07:11 +0000 (17:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677189 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 02c1df94b6335960076671cd71c8c6477ec07d73..d3c80fb718fe691349c1a97e756a3446273205fd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,33 +10,16 @@ Changes with Apache 2.5.0
      deprecation warnings, when encountered in a VirtualHost block.
      [Falco Schwarz <hiding falco.me>]
 
-  *) Allow FallbackResource to work when a directory is requested and
-     there is no autoindex nor DirectoryIndex. PR56067.
-     [Jack <tjerk.meesters gmail.com>, Eric Covener]
-
-  *) mod_proxy_wstunnel: Bypass the handler while the connection is not
-     upgraded to WebSocket, so that other modules can possibly take over
-     the leading HTTP requests.  [Yann Ylavic]
-
   *) mod_proxy_scgi: ProxySCGIInternalRedirect now allows an alternate
      response header to be used by the application, for when the application
      or framework is unable to return Location in the internal-redirect
      form.  [Jeff Trawick]
 
-  *) ssl: Add a warning if protocol given in SSLProtocol or SSLProxyProtocol
-     will override other parameters given in the same directive. This could be
-     a missing + or - prefix.  PR 52820 [Christophe Jaillet]
-
-  *) mod_logio: Add LogIOTrackTTFB and %^FB logformat to log the time 
-     taken to start writing response headers. [Eric Covener]
-
   *) http: Add support for RFC2324/RFC7168. [Graham Leggett]
 
   *) core: Cleanup the request soon/even if some output filter fails to
      handle the EOR bucket.  [Yann Ylavic]
 
-  *) mpm_event: Allow for timer events duplicates. [Jim Jagielski, Yann Ylavic]
-
   *) core, modules: Avoid error response/document handling by the core if some
      handler or input filter already did it while reading the request (causing
      a double response body).  [Yann Ylavic]
@@ -97,10 +80,6 @@ Changes with Apache 2.5.0
   *) ap_expr: Add filemod function for checking file modification dates
      [Daniel Gruno]
      
-  *) core: Add CGIPassAuth directive to control whether HTTP authorization
-     headers are passed to scripts as CGI variables.  PR 56855.  [Jeff 
-     Trawick]
-
   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
      r1608202. [Eric Covener]