summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-06-20 19:00:52 +0000
committerStefan Fritsch <sf@apache.org>2011-06-20 19:00:52 +0000
commit6d8de2ff429c61103aeae1e7c486380627969f9d (patch)
treef33216b84b1d459424fecfd615657f3eda1ba016 /CHANGES
parent0f14fc02dc6bf605ea7ad9d805af2b55bfec475f (diff)
downloadhttpd-6d8de2ff429c61103aeae1e7c486380627969f9d.tar.gz
Rename MaxClients to MaxRequestWorkers which describes more accurately what
it does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137744 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 3402aee66c..f43b34456a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.13
+ *) prefork, worker, event: Rename MaxClients to MaxRequestWorkers which
+ describes more accurately what it does. [Stefan Fritsch]
+
*) rotatelogs: Add -p argument to specify custom program to invoke
after a log rotation. PR 51285. [<sveniu ifi.uio.no>, Joe Orton]