]> granicus.if.org Git - apache/commitdiff
backported
authorEric Covener <covener@apache.org>
Tue, 24 Mar 2015 13:11:51 +0000 (13:11 +0000)
committerEric Covener <covener@apache.org>
Tue, 24 Mar 2015 13:11:51 +0000 (13:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1668881 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ef7ad4f847ffb3bd2ddfed22d042cf25bac12feb..0a640b6275e49b67681fbd9aa412840e0a16b904 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) SECURITY: CVE-2015-0253 (cve.mitre.org)
-     core: Fix a crash introduced in with ErrorDocument 400 pointing
-     to a local URL-path with the INCLUDES filter active, introduced
-     in 2.4.11. PR 57531. [Yann Ylavic]
-
   *) core: Initialize scoreboard's used optional functions on graceful restarts
      to avoid a crash when relocation occurs.  PR 57177.  [Yann Ylavic]
 
@@ -129,10 +124,6 @@ Changes with Apache 2.5.0
      headers are passed to scripts as CGI variables.  PR 56855.  [Jeff 
      Trawick]
 
-  *) mod_rewrite: Improve relative substitutions in per-directory/htaccess
-     context for directories found by mod_userdir and mod_alias.  These no
-     longer require RewriteBase to be specified. [Eric Covener]
-
   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
      r1608202. [Eric Covener]