summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-04-13 19:04:42 +0000
committerRyan Bloom <rbb@apache.org>2001-04-13 19:04:42 +0000
commit74d707589e263f0e0464ccf06ec4d48cc6425c57 (patch)
tree5e51bd56445a695842c679d69b508e3e36d80af7 /CHANGES
parentcd0738be95d681141d961f5aa5c6a5dcdb9ef847 (diff)
downloadhttpd-74d707589e263f0e0464ccf06ec4d48cc6425c57.tar.gz
Forgot the CHANGES file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a5b189d8ad..1665719787 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0.17-dev
+ *) Add more options to the ap_mpm_query function. This also allows MPMs to
+ report if their threads are dynamic or static. Finally, this also
+ implements a new API, ap_show_mpm, which returns the MPM that was
+ required into the core. [Harrie Hazewinkel <harrie@covalent.net>]
+
*) Do not install the binaries from the support directory twice.
[jun-ichiro hagino <itojun@iijlab.net>]