From: Ruediger Pluem Date: Mon, 5 Feb 2007 20:46:01 +0000 (+0000) Subject: * Add missing Changelog entry for PR41056 / PR 19954. This was fixed in r480135. X-Git-Tag: 2.3.0~1915 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c7c4d559547bbc39c15c3c5d24336e14a45b441;p=apache * Add missing Changelog entry for PR41056 / PR 19954. This was fixed in r480135. PR: 41056 / 19954 Submitted by: jfclere, jim Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@503863 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 54fca58951..af2a35a346 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) core: Fix broken chunk filtering that causes all non blocking reads to be + converted into blocking reads. PR 41056. [Jean-Frederic Clere, Jim Jagielski] + *) apxs: Enhance -q flag to print all known variables and their values when invoked without variable name(s). [William Rowe, Sander Temme]