From: Jeff Trawick Date: Thu, 29 Jan 2004 14:22:13 +0000 (+0000) Subject: votes++ X-Git-Tag: 2.0.49~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9819253b9fec54221a46fea0ea2c31bcbd0b5c6;p=thirdparty%2Fapache%2Fhttpd.git votes++ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102446 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 39082d66d10..319df797082 100644 --- 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.