diff options
-rw-r--r-- | docs/manual/new_features_2_2.html.en | 5 | ||||
-rw-r--r-- | docs/manual/new_features_2_2.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index 871884fc44..34500dd282 100644 --- a/docs/manual/new_features_2_2.html.en +++ b/docs/manual/new_features_2_2.html.en @@ -58,6 +58,11 @@ <code>Apache JServ Protocol version 1.3</code> used by <a href="http://jakarta.apache.org/tomcat/">Apache Tomcat</a>.</dd> + <dt>Regular Expression Library Updated</dt> + <dd>Apache 2.2 includes version 5.0 of the + <a href="http://www.pcre.org/">Perl Compatible Regular Expression + Library</a> (PCRE).</dd> + <dt>Smart Filtering</dt> <dd><code class="module"><a href="./mod/mod_filter.html">mod_filter</a></code> introduces dynamic configuration to the output filter chain. It enables filters to be conditionally diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 27835968e7..fa22b6361d 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -54,6 +54,11 @@ <code>Apache JServ Protocol version 1.3</code> used by <a href="http://jakarta.apache.org/tomcat/">Apache Tomcat</a>.</dd> + <dt>Regular Expression Library Updated</dt> + <dd>Apache 2.2 includes version 5.0 of the + <a href="http://www.pcre.org/">Perl Compatible Regular Expression + Library</a> (PCRE).</dd> + <dt>Smart Filtering</dt> <dd><module>mod_filter</module> introduces dynamic configuration to the output filter chain. It enables filters to be conditionally |