From: Brian Pane Date: Mon, 29 Apr 2002 06:56:44 +0000 (+0000) Subject: Document this weekend's worker MPM changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15e594a08b9b5312db10755dfc6a9f77066507c;p=thirdparty%2Fapache%2Fhttpd.git Document this weekend's worker MPM changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94852 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4b4024194de..6ed0653656a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.37 + *) Changes to the worker MPM's queue management and thread + synchronization code to reduce mutex contention [Brian Pane] + *) Don't install *.in configuration files since we already install *-std.conf files. [Aaron Bannert]