]> granicus.if.org Git - apache/commitdiff
Note mod_filter fixes
authorNick Kew <niq@apache.org>
Thu, 26 Jul 2007 14:53:25 +0000 (14:53 +0000)
committerNick Kew <niq@apache.org>
Thu, 26 Jul 2007 14:53:25 +0000 (14:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559840 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 90a5cbd5e867aa4860087b7e9314221fbfdc7c21..235f259a8abbaf4211af7f95972984a666290d99 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
+
+  *) mod_filter: fix integer comparisons in dispatch rules
+     PR 41835 [Nick Kew]
+
+  *) mod_filter: fix merging of ! and = in FilterChain
+     PR 42186 [Issac Goldstand <margol beamartyr.net>]
  
   *) mod_deflate: don't try to process metadata buckets as data.  what should
      have been a 413 error was logged as a 500 and a blank screen appeared