
$Id: CHANGES.txt,v 1.10 2002/01/14 21:52:46 carlos Exp $


HISTORY of mod_sqlinclude
----------------------------

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 <ccTech@FutureQuest.net> for spotting 
     that (Carlos)
   - Added SQLI_SQLDB to specify database the SQLInclude module
     connects to - thanks to Anders Nordby <anders@fix.no> 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
