From: Mladen Turk Date: Tue, 8 May 2007 17:37:02 +0000 (+0000) Subject: Propose a trunk bugfix for ApacheMonitor so it can be run on Windows Vista X-Git-Tag: 2.0.60~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f2ab6661bbb734c15e84fb54415ffce3ca2ea3;p=thirdparty%2Fapache%2Fhttpd.git Propose a trunk bugfix for ApacheMonitor so it can be run on Windows Vista git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@536269 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4b7d4f9898b..a5264d598da 100644 --- a/STATUS +++ b/STATUS @@ -125,6 +125,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: identify exactly what the proposed changes are! Add all new proposals to the end of this list. ] + * ApacheMonitor: Fix Windows Vista detection. + http://svn.apache.org/viewvc?view=rev&revision=536052 + +1: mturk + * mod_ssl: Move thread locking upcall initialization before hardware library initialization, so hardware library can use these upcalls when run in a threaded MPM. Fixes PR 20951.