]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note PRs 42186 and 41835 fixed
authorJim Jagielski <jim@apache.org>
Fri, 3 Aug 2007 12:47:36 +0000 (12:47 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 3 Aug 2007 12:47:36 +0000 (12:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562444 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index dc574ad37127eb5dd89f1fc86a02512065ca6979..dabbfd4726023c7f23a65127ea89b9e118947f8d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,12 @@ Changes with Apache 2.2.5
      values could previously point to cleaned up storage.  PR 41551.
      [Davi Arnaut <davi haxent.com.br>]
 
+  *) 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
      at the browser.