diff options
author | Joe Orton <jorton@apache.org> | 2005-02-24 19:05:49 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2005-02-24 19:05:49 +0100 |
commit | 1c0e7545db83216fd49ca784b357d6eceacd1edb (patch) | |
tree | 40c80b724ec9548cbfba603816aee3f6cb5fc2d0 /docs/manual/new_features_2_2.xml | |
parent | * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Fix (diff) | |
download | apache2-1c0e7545db83216fd49ca784b357d6eceacd1edb.tar.xz apache2-1c0e7545db83216fd49ca784b357d6eceacd1edb.zip |
Mention LFS support.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155217 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_2.xml')
-rw-r--r-- | docs/manual/new_features_2_2.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 210efbd020..bf0e4299a5 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -56,9 +56,9 @@ <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 + <dd>Version 5.0 of the <a href="http://www.pcre.org/">Perl Compatible Regular Expression - Library</a> (PCRE).</dd> + Library</a> (PCRE) is now included.</dd> <dt>Smart Filtering</dt> <dd><module>mod_filter</module> introduces dynamic configuration @@ -67,6 +67,12 @@ variable, and dispenses with the more problematic dependencies and ordering problems in the 2.0 architecture.</dd> + <dt>Large File Support</dt> + + <dd>httpd is now built with support for files larger than 2Gb on + modern 32-bit Unix systems. Support for handling >2Gb request + bodies has also been added.</dd> + </dl> </section> |