$Id: CHANGES.txt,v 1.13 2002/02/13 23:19:59 carlos Exp $ HISTORY of mod_sqlinclude ---------------------------- 1.4 (2002.02.14) - removed default 'sqlinclude' database name module used to fallback if SQLI_SQLDB was not specified, which may lead to connection problems (Carlos) - if in Verbose mode, module logs more details to which server it's about to connect and as who. This helps debugging broken httpd configs (Carlos) - Verbose option is now expanded, allowing to define level of module 'talkative'. Update your config as command syntax is NOT backward compatible (Carlos) 1.3 (2002.01.14) - mod_sqlinclude is now hosted on SourceForge.net. Please keep using the project page for download, sugestions, bug reports: http://sf.net/projects/mod-sqlinclude/ - added missing " to the source code, making the module compilable out-of-the-box (Carlos) - module now logs its activity in apache log as it should (Carlos) - Verbose option does not prevents some errors and warnings from being shown any longer (Carlos) 1.2 (2001.10.21) - added conditional definition of TRUE/FALSE as some distros seems to not define those by default - thanks to FutureQuest for spotting that (Carlos) - Added SQLI_SQLDB to specify database the SQLInclude module connects to - thanks to Anders Nordby for the patch (Carlos) - expanded Q&A's section and added more descriptive example (Carlos) - added TODO file (Carlos) 1.1 (2001.06.10) - added better memory management (Carlos) - added generated config 'file' name to make "apache -S" happier (Carlos) - added SQL_UseNameColumn optional support for custom, descriptive, data name (helps while including bugged data as it makes error reports more specific) (Carlos) - Shortened command prefix to "SQL_" (Carlos) - Added SQL_Verbose switch (Carlos) - module no longer echoes query it makes (Carlos) 1.0 (2001.06.07) - initial version