From: Jeff Trawick Date: Mon, 2 Feb 2004 13:18:07 +0000 (+0000) Subject: propose new backport: buffered log corruption with threaded MPM X-Git-Tag: 2.0.49~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=279ff301e06a46a928e84c5c386f1449c0cf28e6;p=thirdparty%2Fapache%2Fhttpd.git propose new backport: buffered log corruption with threaded MPM update existing WinNT MPM backport with a later fix from stoddard add a few votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102482 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e19e8a63e04..fbd6a7064b3 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/01/30 22:28:09 $] +Last modified at [$Date: 2004/02/02 13:18:07 $] Release: @@ -82,7 +82,7 @@ PATCHES TO BACKPORT FROM 2.1 * fix DECLINE_CMD interaction with ITERATE/ITERATE2 http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/config.c?r1=1.168&r2=1.169 - +1: geoff + +1: geoff, trawick * Fix file extensions for real media files and removed rpm extension from mime.types. PR 26079. (2.0 + 1.3) @@ -173,12 +173,10 @@ PATCHES TO BACKPORT FROM 2.1 ap_mpm_query(AP_MPMQ_MPM_STATE) No updates are available at present for the BeOS or OS/2 MPMs, but that is not a showstopper for the other changes. - - server/mpm/winnt/mpm_winnt.c r1.303 + server/mpm/winnt/mpm_winnt.c r1.303, r1.306 server/mpm/winnt/mpm_winnt.h r1.44 server/mpm/winnt/child.c r1.21 - +1: trawick (concept; I have no business coding/reviewing - such issues in this MPM :) ) + +1: trawick * mod_cgid: Restart the cgid daemon if it crashes. PR 19849 modules/generators/mod_cgid.c r1.152, r1.161 @@ -253,7 +251,7 @@ PATCHES TO BACKPORT FROM 2.1 * mod_setenvif: Fix optimizer to treat regexps as such even if they only contain anchors like \b. PR 24219. modules/metadata/mod_setenvif.c: r1.44, r1.46 - +1: nd, jerenkrantz (, trawick) + +1: nd, jerenkrantz, trawick * LDAP cache fixes from Matthieu Estrade; see PR 18756 include/util_ldap.h r1.12 @@ -274,7 +272,14 @@ PATCHES TO BACKPORT FROM 2.1 * mod_auth_digest: Allow sub-requests with different methods than the original request. PR 25040. modules/aaa/mod_auth_digest.c: r1.82 - +1: jerenkrantz, nd + +1: jerenkrantz, nd, trawick + + * Fix corruption of buffered logs with threaded MPMs. PR 25520. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.108&r2=1.109 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.109&r2=1.110 + [gosh nd, must have lost the commit message for that second one; + I need to stop using silly gcc 3.2 I think] + +1: trawick CURRENT RELEASE NOTES: