From: Bill Stoddard Date: Fri, 11 Jun 2004 15:35:22 +0000 (+0000) Subject: more votes X-Git-Tag: 2.0.50~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982a70a7fc40cd2a05898c4dc7a27311ad05537c;p=thirdparty%2Fapache%2Fhttpd.git more votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103900 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1b471c86588..cbc61295e2f 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/06/11 15:26:13 $] +Last modified at [$Date: 2004/06/11 15:35:22 $] Release: @@ -115,7 +115,7 @@ PATCHES TO BACKPORT FROM 2.1 *) Prevent Win32 pool corruption at startup server/mpm/winnt/child.c: r1.36 - +1: ake, trawick, nd + +1: ake, trawick, nd, stoddard *) mod_actions: Regression from 1.3: the file referred to must exist. Solve this by introducing the "virtual" modifier to the Action @@ -126,7 +126,7 @@ PATCHES TO BACKPORT FROM 2.1 *) Disable AcceptEx on Win9x systems automatically. (broken in 2.0.49) PR 28529 server/mpm/winnt/mpm_winnt.c: 1.311 - +1: nd, trawick + +1: nd, trawick, stoddard *) export ap_set_sub_req_protocol and ap_finalize_sub_req_protocol on Win32 and NetWare. (should be a minor MMN bump). PR 28523.