]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document module moves
authorNick Kew <niq@apache.org>
Wed, 21 Sep 2005 10:27:33 +0000 (10:27 +0000)
committerNick Kew <niq@apache.org>
Wed, 21 Sep 2005 10:27:33 +0000 (10:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290675 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/README

diff --git a/CHANGES b/CHANGES
index eed683db65e92aef23ea45c963a0e49e6b69f4b5..c5dc5e9889a418343a501217cbede70a592e17a7 100644 (file)
--- 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 <list firehawksystems.com>]
 
   *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as
index eab7067e0d02a694e27540f2053c7c06d430f4cf..f4d5549dbe3582f1ed5e1916562258d14d87c973 100644 (file)
@@ -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.