From: Bradley Nicholes Date: Tue, 24 May 2005 18:10:16 +0000 (+0000) Subject: Note the addition of the mod_authn_alias module X-Git-Tag: 2.1.5~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=052b5b82e62ee1d23d319fa0851d9001ebad5e78;p=thirdparty%2Fapache%2Fhttpd.git Note the addition of the mod_authn_alias module git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178222 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4981527deda..fbfbe27293b 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,14 @@ Changes with Apache 2.1.5 [Remove entries to the current 2.0 section below, when backported] + *) authn_provider_alias: Adds the configuration block tag + + Authentication directives contained within this block can be + referenced as a new authProvider using the AuthBasicProvider or + AuthDigestProvider directive. These directives will be merged in to + the per_dir configuration just before the base provider is called. + [Brad Nicholes] + *) ap_getword_conf: Fix backslashes at the end of configuration directives. PR 34834. [Timo Viipuri ]