summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2018-11-25 22:15:21 +0100
committerGraham Leggett <minfrin@apache.org>2018-11-25 22:15:21 +0100
commitb1e34549c190b63293cbef10cb80383fa8607b29 (patch)
treea72bcfb095603a6ed21ff9616baaf585927404a6 /CHANGES
parentArrange the xml display and make it uses xml. (diff)
downloadapache2-b1e34549c190b63293cbef10cb80383fa8607b29.tar.xz
apache2-b1e34549c190b63293cbef10cb80383fa8607b29.zip
core: Split out the ability to parse wildcard files and directories
from the Include/IncludeOptional directives into a generic set of functions ap_dir_nofnmatch() and ap_dir_fnmatch(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1847430 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6397342b59..31d44bc20b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: Split out the ability to parse wildcard files and directories
+ from the Include/IncludeOptional directives into a generic set of
+ functions ap_dir_nofnmatch() and ap_dir_fnmatch(). [Graham Leggett]
+
*) mod_dav: Fix an unlikely time-window where some incorrect data could be returned
from a PROPFIND request [Ruediger Pluem]