]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change CHANGES to reflect the main bit in 2.2.8...
authorJim Jagielski <jim@apache.org>
Wed, 9 Jan 2008 14:30:21 +0000 (14:30 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 9 Jan 2008 14:30:21 +0000 (14:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@610394 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b0fa79903710de328768c76e302f3c8fdd5f8698..2fca48827e6290bd1cf4655290ea5a644e2e5507 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.2.8
 
+  *) core: Fix regression in 2.2.7 in chunk filtering with massively
+     chunked requests.  [Ruediger Pluem, Nick Kew]
+
   *) winnt_mpm: Resolve modperl issues by redirecting console mode stdout
      to /Device/Nul as the server is starting up, mirroring unix MPM's.
      PR: 43534  [Tom Donovan <Tom.Donovan acm.org>, William Rowe]
@@ -83,7 +86,7 @@ Changes with Apache 2.2.7
 
   *) core: Fix broken chunk filtering that causes all non blocking reads to be
      converted into blocking reads.  PR 19954, 41056.
-     [Jean-Frederic Clere, Jim Jagielski, Ruediger Pluem, Nick Kew]
+     [Jean-Frederic Clere, Jim Jagielski]
 
   *) mod_rewrite: Add the novary flag to RewriteCond.
      [Ruediger Pluem]