Changes in 0.9.2:
 o fetchall now correctly returns an empty list when no results are produced from a select
 o fixed bug that affected bind parameters passing when multiple params are used in a query

Changes in version 0.9.1:
 o Rename cursor.messages attribute to cursor.notices
 o Renamed db.messages attributw to db.notices
 o Added db.setnotices(True|False) as a way of enabling/disabling collection
   of server notices
 o the Python module did not import the Db API mandated exceptions from its C counterpart

Version 0.9.0:
 o Initial public release
