]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
in 2.4
authorJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:20:16 +0000 (16:20 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:20:16 +0000 (16:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555562 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c3c36663c719f92868c758252f1ed5d2f833baed..30ddf6b2e35e53fb56b7cf17419e6c32d71c24d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,22 +7,11 @@ Changes with Apache 2.5.0
   *) core: Support named groups and backreferences within the LocationMatch,
      DirectoryMatch, FilesMatch and ProxyMatch directives. [Graham Leggett]
 
-  *) mod_authz_user, mod_authz_host, mod_authz_groupfile, mod_authz_dbm,
-     mod_authz_dbd, mod_authnz_ldap: Support the expression parser within the
-     require directives. [Graham Leggett]
-
   *) mod_ssl: Remove the hardcoded algorithm-type dependency for the
      SSLCertificateFile and SSLCertificateKeyFile directives, to enable
      future algorithm agility, and deprecate the SSLCertificateChainFile
      directive (obsoleted by SSLCertificateFile). [Kaspar Brand]
 
-  *) mod_proxy: Remove <Proxy ~ wildcard-url> syntax which:
-      - is equivalent to <ProxyMatch wildcard-url>
-      - has never been documented
-      - incorrectly checks parameters
-      - is buggy
-     [Christophe Jaillet]
-
   *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
      5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick]