New features/changes in version 0.5.4: (2004-04-12)
o Fixed MySQL driver
o Improved client-side handling of server-side exceptions in RPC library
o Fixed master/detail inserts in AppServer driver
o Parameters and return values for triggers/procedures
o Table extension support in gnue-schema
o New flexible plugin loader
o Fixed Date and Datetime masks
o Separate translation files for each tool
o Added and updated translations
o Lots of code cleanup
o Lots of bug fixes

New features/changes in version 0.5.3: (2004-03-05)
o New database driver for cvs files (read only)
o Improved code (trigger/procedures) interface
o Restructured datasource interface
o Much improved gnue-schema program
o New gnue-import program to merge data from .gsd files into a running database
o Misc bug fixes

New features/changes in version 0.5.2: (2003-10-22)
o New enhanced setup system
o MS ADO dbdriver (with introspection)
o Enhanced RPC drivers, PYRO rpv driver added
o Unicode support
o Misc bug fixes

New features/changes in version 0.5.1: (2003-08-10)
o additional schema generators (mysql, firebird)
o More Internal restructuring
o API improvements
o descriptive trigger system error reports
o Event system enhancements (dispatchAfter, cache)
o numeric converters (roman and digits to text)
o Misc bug fixes

New features/changes in version 0.5.0: (2003-04-06)
o Start of a new schema scripter interface
o Internal restructuring
o API improvements
o Misc bug fixes

New features/changes in version 0.4.3: (2002-12-12)
o Worked around a bug in earlier MySQLdb libraries
o Encoding fix for PostgreSQL 7.3
o Improved support for the schema scripter
o Misc bug fixes

New features/changes in version 0.4.2: (2002-12-02)
o Misc bug fixes
o Support for a [DEFAULT] section in gnue.conf
o Updates to cursing library used in forms curses support
o More trigger functions (start of merger of Papo cvs tree)

New features/changes in version 0.4.1: (2002-11-17)
o DataSource improvements:
  o "distinct" rows support
  o Order by "descending" values
  o "primarykey" and "explicitfields" support
o Added "cursing", a python/curses widget toolkit
o Improved validation by the XML parser
o GParser support for importable libraries
o Added a common Event system for the tools to use

New features/changes in version 0.4.0: (2002-09-29)
o Addition of GNUe Schema support -- an XML-based table and
  data markup format.
o Improved support for master/detail datasources
o Added structure for custom authentication agents
o Support for netrc -- allows automatic logins
o Added support for GNUe Archives (GEAR files) -- allows
  GNUe-based applications to be packaged and run from a single
  archive file.
o Added preliminary support for Gadfly and SQLite backends
o Improved introspection support for SAP-DB and PostgreSQL

New features/changes in version 0.3.0: (2002-06-03)
o Formal trigger subsystem added
o Implemented a new runtime configuration system which makes
  the gnue.conf file optional
o First working implementation of a GNUe RPC driver (XMLRPC)
o GNU Gettext i18n support added, with initial translations
  (de, en, en_GB, en_US, hu_HU, lt, lt_LT, ru, uk)
o Added database schema introspection support for SAP-DB,
  MySQL, Interbase/Firebird, and DB2 database drivers
o Updated PostgreSQL code to support PostgreSQL 7.2 oddities
o DataObjects are now properly typecasted
o Added XML Namespace support to our XML Parser
o Removed dependency on PyXML
o Native support for Python's internal stepping debugger
o Changes required for first releases of Reports and App Server
o Misc bug fixes and lots of performance enhancements

New features/changes in version 0.1.1: (2002-01-19)
o Database driver performance enhancements
o Misc bug fixes and enhancements

New features/changes in version 0.1.0: (2001-11-19)
o New Datasources (Not all tested)
o   DB2, Informix, Ingres, Interbase
o   ODBC, Oracle, Postgresql (pygresql, popy, pypgsql, psycopg)
o   Mysql, Sapdb, Sybase, Sqlrelay
o Changes required by newer forms, reports, and designer
o Misc bug fixes and enhancements

New features/changes in version 0.0.3: (2001-07-01)
o Changes to support multi-platform installs
o Changes required by Designer 0.0.1
o Misc bug fixes

New features/changes in version 0.0.2: (2001-06-26)
o Start of conversion to DB-SIG2 std
o Enhanced debug system
o New base application class (GClientApp)
  Provides numerous std features to apps based upon it
o Support for global connection defintion files
o New configuration system (GConfig) added
o Numerous DB system enhancements and DB2 driver added
o xml system supports importing from other files
o Numerous bug fixes

New features/changes in version 0.0.1: (2001-04-17)
o Initial version
o Moved code from old python-gnue-base into gnue-common
o Pulled generic objects from gnuef source into here
o Improved parser over what was in gnuef
