]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removed entry for mod_mem_cache, a fix was committed by BStoddard.
authorJean-Jacques Clar <clar@apache.org>
Fri, 17 Sep 2004 15:28:07 +0000 (15:28 +0000)
committerJean-Jacques Clar <clar@apache.org>
Fri, 17 Sep 2004 15:28:07 +0000 (15:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105188 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 19601703bfe17ff1932fab78696ca1a6e6005dc1..6b15e5002c03149d4605334f1201b9cebf8a7a58 100644 (file)
--- 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 <hr> 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