summaryrefslogtreecommitdiff
path: root/debian/patches/fix_CHANGES
blob: eff1eebccb2419a78368b2a0adb5a770959d337c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Add missing CHANGES entry
# upstream commit r1504151
--- a/CHANGES
+++ b/CHANGES
@@ -211,6 +211,11 @@
      construct their own username and password for basic authentication based 
      on their needs. [Graham Leggett]
 
+  *) mod_auth_basic: Add a generic mechanism to fake basic authentication
+     using the ap_expr parser. AuthBasicFake allows the administrator to 
+     construct their own username and password for basic authentication based 
+     on their needs. [Graham Leggett]
+
   *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
      [Jackie Zhang <jackie qq zhang gmail com>]