diff --git a/README.modules b/README.modules index 7d997ecaf3..7336b8ffac 100644 --- a/README.modules +++ b/README.modules @@ -94,13 +94,11 @@ Authentication modules: See README.LDAP. Contributed by John Morrissey . - mod_sql, mod_sql_mysql, mod_sql_postgres - (formerly known as mod_sqlpw, mod_mysql, mod_pgsql) + mod_sql, mod_sql_mysql, mod_sql_postgres, mod_sql_odbc, mod_sql_sqlite SQL (Structured Query Language) database authentication and - other functions, with backends for MySQL and PostgreSQL. + other functions, with backends for MySQL, PostgreSQL, ODBC, and SQLite. See doc/contrib/mod_sql.html Contributed by Johnie Ingram . - Maintained by Andrew Houghton . mod_radius RADIUS (RFC2865) authentication and accounting diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 0285686197..95d3001f82 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -127,6 +127,14 @@ files. doc/modules/mod_ident.html + mod_sql_odbc + + doc/contrib/mod_sql_odbc.html + + mod_sql_sqlite + + doc/contrib/mod_sql_sqlite.html + mod_unique_id Generates a unique ID for every FTP session. This ID can be @@ -139,4 +147,4 @@ files. doc/howto/ConfigurationTricks.html -Last Updated: $Date: 2008-01-05 01:22:20 $ +Last Updated: $Date: 2008-01-08 04:23:33 $