From: Cliff Woolley Date: Tue, 28 May 2002 21:26:44 +0000 (+0000) Subject: just in case anybody cares X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=738b5200c979d838a4c85f47d792dabdb840c795;p=apache just in case anybody cares git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95326 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 42b92549bf..f8afdd274a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,9 @@ -Changes with Apache 2.0.38 +Changes with Apache 2.0.37 + + *) Ensure that apr_brigade_write() flushes in all of the cases that + it should to avoid conditions in some modules that could cause + large amounts of data to be buffered. [Cliff Woolley] + *) Fix problem where mod_cache/mod_disk_cache was incorrectly stripping the content_type from cached responses. [Bill Stoddard] @@ -8,8 +13,6 @@ Changes with Apache 2.0.38 appropriate environment variables have been set up. [Jeff Trawick] -Changes with Apache 2.0.37 - *) Fix the combination of mod_cgid, mod_setuexec, and mod_userdir. PR 7810 [Colm MacCarthaigh ]