VERSION 0.8.1 : 2006-06-07
--------------------------
SECURITY
    * api_link
   	  : fixed security vulnerability if global variables off

VERSION 0.8 : 2006-04-01
-------------------------- 
IMPROVEMENTS : RE-design of NEW Install
    * install.php/install.xsl
	    : use new generic interface
    * install_generic.xsl/install_generic.php
        : generic install for databases
    * mysql.php/firebird.php/mysqlt.php/mysqli.php/postgres7.php
      sqlitepo.php/oci8po
        : added new install drivers
    * reinstall_generic.xsl/reinstall_generic.php/reinstall.php
        : generic install for databases
    * removed old database specific xsl and php files

VERSION 0.7.3 : 2006-03-04
--------------------------
IMPROVEMENTS
	* newinstall_postgres7.php/newinstall_postgres7.xsl
	  : can set generate ID and enable transaction support
	* newinstall_mysqli.php/newinstall_mysqli.xsl
	  : can set generate ID
    * newinstall_mysql.php/newinstall_mysql.xsl
	  : can set generate ID
	
FIXED
    * spelling errors

VERSION 0.7.2 : 2006-02-21
--------------------------
FIXED
	* reinstall.php
	  : allows take database settings from input
	  : check if there is data when inserting
	  
CHANGED
    * _postgres7.php
      : PostgreSQL uses varchar instead of varchar(1000) for text fields
