]> granicus.if.org Git - apache/commitdiff
Forgot the CHANGES file.
authorRyan Bloom <rbb@apache.org>
Fri, 13 Apr 2001 19:04:42 +0000 (19:04 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 13 Apr 2001 19:04:42 +0000 (19:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88852 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a5b189d8ad2bf0706287058d0c70022a0a448e99..16657197870935cf9e2d88a3faa608517ad7a204 100644 (file)
--- 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>]