]> granicus.if.org Git - apache/commitdiff
backported
authorJim Jagielski <jim@apache.org>
Fri, 26 Sep 2014 11:01:27 +0000 (11:01 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 26 Sep 2014 11:01:27 +0000 (11:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1627750 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0e428aa9251b0b26d578b5649484423b5bd48a0b..bd95643ffc57e687c81784a0124d5f7824ff2f0a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,19 +5,12 @@ Changes with Apache 2.5.0
      Leading 0 could be erroneously considered as an octal value. PR 56598.
      [Chris Card <ctcard hotmail com>]
   
-  *) SECURITY: CVE-2014-3581 (cve.mitre.org)
-     mod_cache: Avoid a crash when Content-Type has an empty value. PR56924.
-     [Mark Montague <mark catseye.org>, Jan Kaluza]
-
   *) mod_proxy: Now allow for 191 character worker names, with non-fatal
      errors if name is truncated. PR53218. [Jim Jagielski]
 
   *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
      for channel bindings.  [Simo Sorce <simo redhat.com>]
 
-  *) mod_cache: Avoid sending 304 responses during failed revalidations
-     PR56881. [Eric Covener]
-
   *) core: Avoid useless warning message when parsing a section guarded by
      <IfDefine foo> if $(foo) is used within the section.
      PR 56858 [Christophe Jaillet]