]> granicus.if.org Git - apache/commitdiff
remove backported entries
authorEric Covener <covener@apache.org>
Sun, 25 Mar 2012 23:44:56 +0000 (23:44 +0000)
committerEric Covener <covener@apache.org>
Sun, 25 Mar 2012 23:44:56 +0000 (23:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1305179 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index dc68b0884284875bc40d146781910d090743b061..4314ffeb4ff4701ae7474b0d58de3280b9876144 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) core: Fix breakage of Listen directives with MPMs that use a
-     per-directory config. PR 52904. [Stefan Fritsch]
-
-  *) core: Disallow directives in AllowOverrideList which are only allowed
-     in VirtualHost or server context. These are usually not prepared to be
-     called in .htaccess files. [Stefan Fritsch]
-
-  *) core: In AllowOverrideList, do not allow 'None' together with other
-     directives. PR 52823. [Stefan Fritsch]
-
   *) mod_proxy: Correctly set up reverse proxy worker. PR 52935.
      [Petter Berntsen <petterb gmail.com>]