"Fossies" - the Fresh Open Source Software Archive

Member "mod_sqlinclude-1.4/CHANGES.txt" (13 Feb 2002, 2071 Bytes) of package /linux/www/apache_httpd_modules/old/mod_sqlinclude-1.4.tgz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 $Id: CHANGES.txt,v 1.13 2002/02/13 23:19:59 carlos Exp $
    3 
    4 
    5 HISTORY of mod_sqlinclude
    6 ----------------------------
    7 
    8 1.4 (2002.02.14)
    9    - removed default 'sqlinclude' database name module
   10      used to fallback if SQLI_SQLDB was not specified, which
   11      may lead to connection problems (Carlos)
   12    - if in Verbose mode, module logs more details to which
   13      server it's about to connect and as who. This helps
   14      debugging broken httpd configs (Carlos)
   15    - Verbose option is now expanded, allowing to define
   16      level of module 'talkative'. Update your config as
   17      command syntax is NOT backward compatible (Carlos)
   18 
   19 1.3 (2002.01.14)
   20    - mod_sqlinclude is now hosted on SourceForge.net. Please
   21      keep using the project page for download, sugestions,
   22      bug reports: http://sf.net/projects/mod-sqlinclude/
   23    - added missing " to the source code, making the module 
   24      compilable out-of-the-box (Carlos)
   25    - module now logs its activity in apache log as it
   26      should (Carlos)
   27    - Verbose option does not prevents some errors and warnings
   28      from being shown any longer (Carlos)
   29 
   30 1.2 (2001.10.21)
   31    - added conditional definition of TRUE/FALSE as some distros
   32      seems to not define those by default - thanks to
   33      FutureQuest <ccTech@FutureQuest.net> for spotting 
   34      that (Carlos)
   35    - Added SQLI_SQLDB to specify database the SQLInclude module
   36      connects to - thanks to Anders Nordby <anders@fix.no> for 
   37      the patch (Carlos)
   38    - expanded Q&A's section and added more descriptive
   39      example (Carlos)
   40    - added TODO file (Carlos)
   41 
   42 1.1 (2001.06.10)
   43    - added better memory management (Carlos)
   44    - added generated config 'file' name to make "apache -S"
   45      happier (Carlos)
   46    - added SQL_UseNameColumn optional support for custom, 
   47      descriptive, data name (helps while including bugged
   48      data as it makes error reports more specific) (Carlos)
   49    - Shortened command prefix to "SQL_" (Carlos)
   50    - Added SQL_Verbose switch (Carlos)
   51    - module no longer echoes query it makes (Carlos)
   52 
   53 1.0 (2001.06.07)
   54    - initial version