]> granicus.if.org Git - apache/commitdiff
Ugh, at least this got me away from the AIX build system for awhile...
authorAaron Bannert <aaron@apache.org>
Fri, 19 Oct 2001 23:38:01 +0000 (23:38 +0000)
committerAaron Bannert <aaron@apache.org>
Fri, 19 Oct 2001 23:38:01 +0000 (23:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91581 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 29439b6d110a9411f3fd60835456953ee4e9d947..e833898512a1150c571da95d63d404dd9099fdc4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.27-dev
 
+  *) The worker MPM is now completely ported to APR's new lock API. It
+     uses native APR types for thread mutexes, cross-process mutexes,
+     and condition variables.  [Aaron Bannert]
+
   *) Sync up documentation to remove all references to the now deprecated
      Port directive.  [Justin Erenkrantz]