Commit e9d02062 authored by Mladen Turk's avatar Mladen Turk
Browse files

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
parent 8cb011e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.