summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-04-02 13:00:14 +0200
committerJeff Trawick <trawick@apache.org>2009-04-02 13:00:14 +0200
commit21b68e669b6d56a28a0b562cd41b58defd60d9e9 (patch)
treea3a51993184eb95da079dc2dd03aaf2471dfc8f3 /CHANGES
parenthandle an unfortunate implication of loadable MPMs: (diff)
downloadapache2-21b68e669b6d56a28a0b562cd41b58defd60d9e9.tar.xz
apache2-21b68e669b6d56a28a0b562cd41b58defd60d9e9.zip
document the key API considerations related to the changes for loadable MPMs, and give
unbundled modules an MMN to check for git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@761246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e5067d56f5..34f9d3d47e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,12 @@
Changes with Apache 2.3.3
+ *) Allow MPMs to be loaded dynamically, as with most other modules. This
+ required changes to the MPM interfaces. Removed: mpm.h, mpm_default.h
+ (as an installed header), APACHE_MPM_DIR, MPM_NAME, ap_threads_per_child,
+ ap_max_daemons_limit, ap_my_generation, etc. ap_mpm_query() can't be
+ called until after the register-hooks phase. [Jeff Trawick]
+
*) mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
to enable stricter checking of remote server certificates.
[Ruediger Pluem]