From: Cliff Woolley Date: Tue, 28 May 2002 21:51:13 +0000 (+0000) Subject: why do I keep forgetting to commit CHANGES with the code change itself? X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1f6bd94c4621048688c4f88d3c7e16f0fc709c0;p=apache why do I keep forgetting to commit CHANGES with the code change itself? ugh. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95328 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f8afdd274a..5541b06676 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.37 + *) Fix the TIME_* SSL var lookups to be threadsafe. PR 9469. + [Cliff Woolley] + *) 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]