diff options
author | Jim Jagielski <jim@apache.org> | 2011-03-01 21:58:28 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-03-01 21:58:28 +0100 |
commit | 47f778d18dabb887732d6a97f1d997e346c72910 (patch) | |
tree | 73a7f44e5620126592a26a58e78d8045e993211c /docs | |
parent | update transformations. (diff) | |
download | apache2-47f778d18dabb887732d6a97f1d997e346c72910.tar.xz apache2-47f778d18dabb887732d6a97f1d997e346c72910.zip |
More new feature goodness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1076021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/new_features_2_4.html.en | 8 | ||||
-rw-r--r-- | docs/manual/new_features_2_4.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index d8a98d9af9..7dec9b44b5 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -52,6 +52,14 @@ configured per module and per directory. New levels <code>trace1</code> to <code>trace8</code> have been added above the <code>debug</code> log level.</dd> + + <dt>Event MPM</dt> + <dd>The Event MPM is no longer experimental but is rather fully supported.</dd> + + <dt>Asynchronous support</dt> + <dd>Better support for asynchronous read/write for supporting MPMs and + platforms.</dd> + </dl> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 8ee18599db..4181185d7c 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -49,6 +49,14 @@ configured per module and per directory. New levels <code>trace1</code> to <code>trace8</code> have been added above the <code>debug</code> log level.</dd> + + <dt>Event MPM</dt> + <dd>The Event MPM is no longer experimental but is rather fully supported.</dd> + + <dt>Asynchronous support</dt> + <dd>Better support for asynchronous read/write for supporting MPMs and + platforms.</dd> + </dl> </section> |