From: Nick Kew Date: Thu, 26 Jul 2007 14:53:25 +0000 (+0000) Subject: Note mod_filter fixes X-Git-Tag: 2.3.0~1686 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd236e61ca4014025b68fa9bb6a0b38e10305b8d;p=thirdparty%2Fapache%2Fhttpd.git Note mod_filter fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559840 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 90a5cbd5e86..235f259a8ab 100644 --- 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 ] *) 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