]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix administrivia in CHANGES
authorNick Kew <niq@apache.org>
Sun, 27 Dec 2009 01:16:53 +0000 (01:16 +0000)
committerNick Kew <niq@apache.org>
Sun, 27 Dec 2009 01:16:53 +0000 (01:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@894040 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d79c54eb35ed1b41d2e4db9cd775536af207884f..1769d942d8c9b3248a9fa1bc6f845a9ab32b3ca3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,8 +8,12 @@ Changes with Apache 2.2.15
      control is still vulnerable, unless using OpenSSL >= 0.9.8l.  
      [Joe Orton, Ruediger Pluem]
 
+   *) mod_filter: fix FilterProvider matching where "dispatch" string
+      doesn't exist.
+      PR 48054 [<tietw gmail.com>]
+
    *) Build: fix --with-module to work as documented
-      PR 43881 [Gez Saunders <???>]
+      PR 43881 [Gez Saunders <gez.saunders virgin.net>]
 
    *) mod_mime: Make RemoveType override the info from TypesConfig.
       PR 38330. [Stefan Fritsch]