summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2002-06-07 14:08:05 +0000
committerJim Jagielski <jim@apache.org>2002-06-07 14:08:05 +0000
commitcb3975a65b990f99a6e894e3229d49b239a9429c (patch)
tree655f9d07d937621d64b7c539f06ad6a60f9bbeb1 /CHANGES
parent40735dc8cd4d1ff3b08120a4b5aa840e59a07978 (diff)
downloadhttpd-cb3975a65b990f99a6e894e3229d49b239a9429c.tar.gz
Now that we have the functionality in apr, we can now have 2.0's
startup message regarding AcceptMutex (what we are using and what the default is) "fully" match what is present in 1.3. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7b63feca76..33c5a829e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.37
+ *) Make 2.0's "AcceptMutex" startup message now "completely"
+ match how 1.3 does it. [Jim Jagielski]
+
*) Implement a fixed size memory cache using a priority queue
[Ian Holsman]