From: Nick Kew Date: Wed, 21 Sep 2005 10:27:33 +0000 (+0000) Subject: Document module moves X-Git-Tag: 2.3.0~2972 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272d436cc4543cdc8bdead6ae28d34dc8a837291;p=thirdparty%2Fapache%2Fhttpd.git Document module moves git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290675 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index eed683db65e..c5dc5e9889a 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) Move mod_dbd to /modules/database/ (Nick Kew) + + *) Move mod_filter and mod_charset_lite to /modules/filters/ (Nick Kew) + *) Fix mod_dbd's config [Brian J. France ] *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as diff --git a/modules/README b/modules/README index eab7067e0d0..f4d5549dbe3 100644 --- a/modules/README +++ b/modules/README @@ -10,6 +10,9 @@ cache/ This directory houses modules that implement file and data caching capability. +database/ + The apache DBD framework manages connections to SQL backends efficiently. + dav/ This directory houses modules that implement WebDAV functionality.