New features/changes in version 0.0.6:  (2001-08-24)

o Use better PostgreSQL datatypes
o New GEAS datatypes int16, int32, int64 and boolean
o Improved configuration for MySQL
o Started a FAQ for common problems when configuring, building, installing and
  running GEAS

New features/changes in version 0.0.5:  (2001-06-13)

o General code cleanup
o Profiling support and improved performance
o Support for recursive processing of GCD files in the server and in the 
  gcdverifier tool, you can now have a tree of GCD files
o Enhancements and bug fixes to the GCD parser

New features/changes in version 0.0.4:  (2001-04-17)

o PostgreSQL support
o Stabilised classdef API and objectcache API
o SQL generation delayed til the database type is known
o Activity logging system
o Schema information can now be requested by clients
o C or Python can be used for business methods (selected at GEAS compile time)
o Some code docs (using doxygen)
o Various minor fixes
o GEAS internal data structures stored as business objects
o GCD parser reimplemented and enhanced
o Support for modules in GCD files (essentially acts as name spaces)
o Added more complex queries
o GEAS manages table creation automatically ('maketables' not required)
o Improved object cache efficiency
o CORBA object handling changed to use on-demand activation for duration of
  a single method call (required to enable caching of object to work
  correctly)
o Support for datatype validation added (eg: prevent letters in a date
  field.
o Understands reserved words and special characters in SQL (both MySQL
  and PostgreSQL)

Internal structure being changed (Started 20 Dec, 2000)


New features/changes in version 0.0.3: (11/25/2000)

o Stability enhancements.
o Error handling improved.
o Debug script for processing output.
o Date and Time datatypes added.
o --drop option added to maketables.
o Samples updated.
o IDL's enhanced.
o OS X improvements.
o Switch from dlopen to g_module_ and friends.
o Postgresql support functional.
o Several memory leaks plugged.
o --with-memory-debug support added.
o Basic security added.


New features/changes in version 0.0.2: (10/16/2000)

o API Changes.
o geas.conf database section modified.
o kill-server now really kills.
o Delete queries fixed.
o Get list of classes, details of arbitrary clasess and details
  of specific object instances added.
o --with-postgresql option added to maketables.
o postgres support implemented but not tested.


New features/changes in version 0.0.1: (10/08/2000)

o This is the first go around.

