summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2015-01-22 18:02:22 +0100
committerGraham Leggett <minfrin@apache.org>2015-01-22 18:02:22 +0100
commit5488d212438e21dd06b38c885f239e4af5da1d1f (patch)
treec93e4cf1f4f888123b6f4adda67c6b65b3c92820 /CHANGES
parentFix merge problem with SSLProtocol that made SSLProtocol ALL ignored (diff)
downloadapache2-5488d212438e21dd06b38c885f239e4af5da1d1f.tar.xz
apache2-5488d212438e21dd06b38c885f239e4af5da1d1f.zip
mod_alias: Introduce expression parser support for Alias, ScriptAlias
and Redirect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1653941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9f4d736349..efe67fa85b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_alias: Introduce expression parser support for Alias, ScriptAlias
+ and Redirect. [Graham Leggett]
+
*) mod_ssl: 'SSLProtocol ALL' was being ignored in virtual host context.
PR 57100. [Michael Kaufmann <apache-bugzilla michael-kaufmann.ch>]