From: Jean-Jacques Clar Date: Fri, 17 Sep 2004 15:28:07 +0000 (+0000) Subject: Removed entry for mod_mem_cache, a fix was committed by BStoddard. X-Git-Tag: 2.0.52~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23421e24c94fead5d6de204cada7b1ef1ecec21c;p=thirdparty%2Fapache%2Fhttpd.git Removed entry for mod_mem_cache, a fix was committed by BStoddard. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105188 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 19601703bfe..6b15e5002c0 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/09/17 10:15:09 $] +Last modified at [$Date: 2004/09/17 15:28:07 $] Release: @@ -85,14 +85,7 @@ PATCHES TO BACKPORT FROM 2.1 *) Use HTML 2.0
for error pages. PR 30732 modules/http/http_protocol.c: r1.483 +1: nd, jorton, trawick - - *) mod_mem_cache: Fixed race condition causing segfault because of memory being - freed twice, or reused after being freed. Changed the atomic usage of refcount - variable by combining it with a cleanup flag. - modules/experimental/mod_mem_cache.c: r1.115 - modules/experimental/mod_cache.h: r1.49 - +1: clar - + *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036. (2.0 + 1.3) http://www.apache.org/~nd/dbmmap_1.3.patch