]> granicus.if.org Git - apache/commitdiff
in 2.4
authorJim Jagielski <jim@apache.org>
Tue, 16 Dec 2014 13:09:42 +0000 (13:09 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 16 Dec 2014 13:09:42 +0000 (13:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1645938 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0d3b32024cbeb950ca98cb13f85023e90594b63b..595193a2a272556a1eeb9ce453a357b8fde1da24 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]