]> granicus.if.org Git - apache/commitdiff
Document the APR change that bubbles up
authorJim Jagielski <jim@apache.org>
Wed, 27 Mar 2002 14:24:32 +0000 (14:24 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 27 Mar 2002 14:24:32 +0000 (14:24 +0000)
to affect Apache. The default ordering of the accept metux method
has been changed to match 1.3

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94221 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 66e6f9ddbee8cdc0bca285777a570211e9369746..bf0231b824e1be852827aa6631f9c290fc67260a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
 Changes with Apache 2.0.35
 
-
+  *) [APR-related] The ordering of the default accept mutex method has
+     been changed to better match what's done in Apache 1.3. The ordering 
+     is now (highest to lowest): pthread -> sysvsem -> fcntl -> flock.
+     [Jim Jagielski]
 
 Changes with Apache 2.0.34