From: Bill Stoddard Date: Fri, 17 Sep 2004 15:35:21 +0000 (+0000) Subject: Group effort. Thanks all! X-Git-Tag: 2.0.52~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda012d4f7a9df3b24d4a2f9a72c8ebe24183a0d;p=thirdparty%2Fapache%2Fhttpd.git Group effort. Thanks all! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105189 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b0c8c61c186..e210f0f2b8c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.52 - + *) mod_mem_cache: Fixed race condition causing segfault because of memory being + freed twice, or reused after being freed. + [J. Clar, W. Stoddard, G. Ames] + *) Add -l option to rotatelogs to let it use local time rather than UTC. PR 24417. [Ken Coar, Uli Zappe ]