From: Jim Jagielski Date: Wed, 9 Jan 2008 14:30:21 +0000 (+0000) Subject: Change CHANGES to reflect the main bit in 2.2.8... X-Git-Tag: 2.2.8~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a522a7216b33eb433401daaf1c70f7481b065c3;p=thirdparty%2Fapache%2Fhttpd.git Change CHANGES to reflect the main bit in 2.2.8... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@610394 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b0fa7990371..2fca48827e6 100644 --- 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 , 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]