summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2007-05-08 17:37:02 +0000
committerMladen Turk <mturk@apache.org>2007-05-08 17:37:02 +0000
commit85f2ab6661bbb734c15e84fb54415ffce3ca2ea3 (patch)
tree095426638cb232178fea94cc8185f9e254b1d091
parent66a66b76c6688ac29b466a605d0923035649c10f (diff)
downloadhttpd-85f2ab6661bbb734c15e84fb54415ffce3ca2ea3.tar.gz
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
-rw-r--r--STATUS4
1 files changed, 4 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 4b7d4f9898..a5264d598d 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.