== 0.0.1 2007-07-22 * 1 major enhancement(s): * Initial release * Alpha phase == 0.0.2 2007-08-01 * Minor enhancement(s): * Added config/extended_version13.yml for ECHI version 13 support * Added examples/schemas/oracle_echi.sql example schema * Changed BOOLEAN fields to char(1) with Y/N possible values (FR#12741) * Added the ability to toggle deleting or leaving the FTP files (FR#12702) * Removed some extraneous debug info * 1 Bug fix(es): * Bug #12528 - Handle segstart/segstop dates properly * Bug #12746 - Properly parse Bytearray for Boolean fields == 0.0.3 2007-08-10 * Major enhancement(s): * Added support for import of ASCII CSV files (FR#12997) * Minor enhancement(s): * Added support of processing 'chr' files only (FR#12996) * Added a configuration element to turn logging of file processing to a table on/off * Removed the net/ssh library include, as not using sftp for now * Added dependencies for other gems in the Rakefile for auto-install from Rubyforge * Bug fix(es): * Added proper error handling when ftp user does not have delete rights == 0.0.4 2007-08-16 * Major enhancement(s): * Removed the 'echi-conveterter-create' bin file and replaced with 'echi-converter' to have one uniform executable for installation and operation (FR#12784) * Minor enhancement(s): * Added configuration file config/install_files.yml for the new install method * Added support for a monitor process using the Daemons library * Reworked the way you create, run, start and stop a project that has been created, see the README.txt for details as well as the website * Added the ability to set specific table names when using a specific PCO application * Added the ability to upgrade the files when a new gem is installed * Bug fix(es): * Bug #13062 - Corrected log table population == 0.0.5 2007-08-17 * Major enhancement(s): * Minor enhancement(s): * Removed all underscores ('_') from field names in config/schemas for version 12 & 13 * Bug fix(es): * Bug #13165 - Corrected post processing file move == 0.1.0 2007-08-26 * Major enhancement(s): * Minor enhancement(s): * Added additional details on gem requirements * Bug fix(es): * Bug #13166 - Corrected records field definition in ECHI_LOGS to integer == 0.1.1 2007-09-17 * Major enhancement(s): * Minor enhancement(s): * Removed some extraneous comments to the log and added others * Added 'standard' schema definitions for revision 12 & 13 to the config directory * Bug fix(es): * Fixed bug #14020 issue with binary offset * In binary handling properly insert a Y/N for the booleans