You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/05/07 15:12:42 UTC

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

Author: trawick
Date: Wed May  7 13:12:42 2014
New Revision: 1593010

URL: http://svn.apache.org/r1593010
Log:
remove some entries for backported improvements

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1593010&r1=1593009&r2=1593010&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed May  7 13:12:42 2014
@@ -1,9 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_proxy_scgi: Support Unix sockets.  ap_proxy_port_of_scheme():
-     Support default SCGI port (4000).  [Jeff Trawick]
-
   *) mod_proxy_fcgi: Fix occasional high CPU when handling request bodies.
      [Jeff Trawick]
 
@@ -22,9 +19,6 @@ Changes with Apache 2.5.0
   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
 
-  *) mod_proxy_fcgi: Don't segfault when failing to connect to the backend.
-     (regression in 2.4.9 release) [Jeff Trawick]
-
   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
      to be based on arbitrary expressions that do not include the username.
      [Graham Leggett]
@@ -36,9 +30,6 @@ Changes with Apache 2.5.0
   *) Add module mod_ssl_ct, which provides an implementation of Certificate
      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
 
-  *) mod_cache: Fix AH00784 errors on Windows when the the CacheLock directive
-     is enabled.  [Eric Covener]
-
   *) mod_proxy: Preserve original request headers even if they differ
      from the ones to be forwarded to the backend. PR 45387.
      [Yann Ylavic]
@@ -87,9 +78,6 @@ Changes with Apache 2.5.0
      allow spaces in backreferences to be encoded as %20 instead of '+'.
      [Eric Covener]
      
-  *) mod_expires: don't add Expires header to error responses (4xx/5xx),
-     be they generated or forwarded. PR 55669. [ Yann Ylavic ]
-
   *) mod_rewrite: Support an optional list of characters to escape in the 
      argument for the 'B' (escape backreferences) flag. [Eric Covener]