---- GQL - Generic SQL Library -- Noteworthy NEWS --------------------------

0.5.7
-----

* Enhanced metadata retrieval in the SQLite driver. This makes GQL-Shell now
  quite useful with SQLite.
* gql-shell(1) manpage fixes and enhancements.

0.5.6
-----

* Fixed silly BasicSQLObject::to_string() return value goofup.
* Memory leak fixes in the PostgreSQL driver.
* Bug in PostgreSQL driver fixed that triggered a segfault.

0.5.5
-----

* BasicGQLObject::to_XXX() methods now return defaults when the object
  is NULL.  
* GDBI was removed, since it is experimental code and
  probably only of subordinate interest. It will re-debute in genSQL
  (http://gensql.sourceforge.net).


0.5.4
-----

* GQL-Shell
    + New username and password options documented in --help and man
      page
    + Password prompting now non-echoing
* libgql-0.5 -version-info bumped


0.5.3
-----

* GQL-Shell now supports password/username requiring connections.

* The PostgreSQL driver now accepts connection properties passed by
  ConnectionManager::get_connection().

* The configure script now checks for available backend libraries and
  compiles the corresponding drivers, so the --with-drivers option is
  no longer required.

* Bugfixes in the MySQL driver.

* Destined for Yehia 0.5.4.
