You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/12/16 14:09:43 UTC

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

Author: jim
Date: Tue Dec 16 13:09:42 2014
New Revision: 1645938

URL: http://svn.apache.org/r1645938
Log:
in 2.4

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1645938&r1=1645937&r2=1645938&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Dec 16 13:09:42 2014
@@ -24,12 +24,6 @@ Changes with Apache 2.5.0
      context for directories found by mod_userdir and mod_alias.  These no
      loner require RewriteBase to be specified. [Eric Covener]
 
-  *) mod_ssl: Fix recognition of OCSP stapling responses that are encoded
-     improperly or too large.  [Jeff Trawick]
-
-  *) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an
-     error when parsing or forwarding the response fails. [Yann Ylavic]
-
   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
      r1608202. [Eric Covener]
  
@@ -40,9 +34,6 @@ Changes with Apache 2.5.0
      determine whether it is a normal close or a real error. PR 57168. [Yann
      Ylavic]
 
-  *) mod_proxy_wstunnel: abort backend connection on polling error to avoid
-     further processing.  [Yann Ylavic]
-
   *) mod_buffer: Forward flushed input data immediatly and avoid (unlikely)
      access to freed memory. [Yann Ylavic, Christophe Jaillet]