0.3.5 -> 0.3.6 (June 21, 2003)

 - Use the string format mode (normal or extended) wih the *.ifo file.
 - The database type is mandatory in the *.ifo file or in the csv2pdb application option.
 - Support new informations in the meta file:
     type <database type: quoted string>
	 pdbpath <path to the *.pdb directory: qoted string>
 - Windows self install: Inno Setup script in "win32/Innosetup" directory.
 - help messages reformated.
 - Excel sheet from Thomas Rohmer modifications.
 - Bug fix: the title option move from -t to -T (to be compliant with the type option).
 - Bug fix: the default string format is normal and not extended.
     Note: to use extended format, call the application with -e option or the "extended" information in the *.ifo file.
 - Bug fix: link properties store only the linked database and not the 32 characters stored in the *.pdb file.
 - Bug fix: extended characters stored always on two digits (\0 => /x00 and not /x 0)
 - Building changes: disable the libtool using by default.
 - Building changes: suppress the use of Automake. (configure use only Autoconf).
 - Internal changes: new library libpdbtools.so, applications linked to it by default.
     Note: to create static applications, configure with --enable-static option.
 - Internal changes: the ifo and csv files functions extracted in the libsupport library.

0.3.3 -> 0.3.5 (, 2003)

 - partial support of calculated field type for the DB format databases.
 - support of merge option for csv2pdb:
    csv2pdb -m <RULE> ...
 - new field informations format in the meta file:
    field <field name: quoted string> <field name: string|integer|float|date...> <field properties: quoted string>
 - view informations format accept a new value:
     view <view name: quoted string> [editor on|off] <field name: quoted string> <column width: integer> <field name...
 - Excel and StarOffice model sheets.

0.3.2 -> 0.3.3 (March 15, 2002)

- Support of note, float, link, linked, list field types for DB format databases.
- Support new informations in the meta file:
    separtor <char>(like -S option)
    format date <quoted string>(like -d option)
    format time <quoted string>(like -t option)
    csvfile <string>
  Read the docs/manual.txt file

0.3.1 -> 0.3.2 (June 2, 2001)

- Support date and time field types for DB format databases.

0.3.0 -> 0.3.1 (December 12, 2000)

- Minor bug fixes to the support for DB 0.3.x databases.
- JFile v3.x support
- Support for float, date, time, and datetime type fields for database
  formats that support them. (JFile 3.x for now.)
- Modified how unprintable characters are escaped.
