]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
votes++
authorJeff Trawick <trawick@apache.org>
Thu, 29 Jan 2004 14:22:13 +0000 (14:22 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 29 Jan 2004 14:22:13 +0000 (14:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102446 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 39082d66d10867b9e61ca319c783b64969125954..319df797082a4ebe5c92a5a2d257b645ec83a3af 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/01/29 13:46:37 $]
+Last modified at [$Date: 2004/01/29 14:22:13 $]
 
 Release:
 
@@ -81,7 +81,7 @@ PATCHES TO BACKPORT FROM 2.1
     * Fix file extensions for real media files and removed rpm extension
       from mime.types. PR 26079. (2.0 + 1.3)
         docs/conf/mime.types: r1.23
-      +1: nd
+      +1: nd, trawick
 
     * Don't include newlines in strings passed to ap_log_error; cosmetic fix
       for common startup failures which otherwise now include escaped newlines.
@@ -127,7 +127,7 @@ PATCHES TO BACKPORT FROM 2.1
     * Fix segfault in mod_mem_cache cache_insert() due to cache size
       becoming negative.  PR: 21285, 21287
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_mem_cache.c?r1=1.99&r2=1.100
-      +1: stoddard, rederpj
+      +1: stoddard, rederpj, trawick
 
     * Replace some of the mutex locking in the worker MPM with
       atomic operations for higher concurrency.