From: Nick Kew Date: Tue, 29 Nov 2005 17:13:02 +0000 (+0000) Subject: DBD/Windows release note patch X-Git-Tag: 2.2.1~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a9a9b779dd223560be251623df95f74b11e0f6;p=thirdparty%2Fapache%2Fhttpd.git DBD/Windows release note patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349765 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index e746734a83e..2b92e365faa 100644 --- a/docs/manual/new_features_2_2.html.en +++ b/docs/manual/new_features_2_2.html.en @@ -1,20 +1,20 @@ - Overview of new features in Apache 2.2 - Apache HTTP Server - - - - + + + + -
<-
+ +
<-
Apache > HTTP Server > Documentation > Version 2.2

Overview of new features in Apache 2.2

@@ -28,14 +28,14 @@ version 1.3, see the 2.0 new features document.

-
top
-

Module Enhancements

+

Module Enhancements

Authn/Authz
@@ -146,10 +150,15 @@
Added a support for RFC 2817, which allows connections to upgrade from clear text to TLS encryption.
+ +
mod_imagemap
+
mod_imap has been renamed to mod_imagemap to avoid + user confusion.
-
top
+ +
top
-

Program Enhancements

+

Program Enhancements

httpd
@@ -162,12 +171,12 @@ for use in RewriteMap with the dbm map type.
-
top
+
top
-

Module Developer Changes

+

Module Developer Changes

-
APR 1.0 API
+
APR 1.0 API
Apache 2.2 uses the APR 1.0 API. All deprecated functions and symbols have been removed from APR and @@ -252,4 +261,4 @@
- \ No newline at end of file + diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 27d7a6fea6f..047c2cc92af 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -103,9 +103,13 @@ timeout was reached.
SQL Database Support
-
mod_dbd, together with the apr_dbd framework, +

mod_dbd, together with the apr_dbd framework, brings direct SQL support to modules that need it. Supports - connection pooling in threaded MPMs.

+ connection pooling in threaded MPMs.

+

Windows Users please note that this is not + yet included in the standard windows build. If you try to use + it on the Windows platform, please let us know how you get on.

+ @@ -143,7 +147,12 @@
Added a support for RFC 2817, which allows connections to upgrade from clear text to TLS encryption.
+ +
mod_imagemap
+
mod_imap has been renamed to mod_imagemap to avoid + user confusion.
+