From: Jim Jagielski Date: Sun, 5 Jan 2014 16:20:16 +0000 (+0000) Subject: in 2.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300ef09a39f6c2212a7e026f9ea6b3b5d3d49727;p=thirdparty%2Fapache%2Fhttpd.git in 2.4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555562 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c3c36663c71..30ddf6b2e35 100644 --- 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 syntax which: - - is equivalent to - - 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]