---
- Added ``Setuptools`` support to create an egg package thanks to
Brett Carter.
- Added condition to handle connection getting "out of sync". This can occur
when, for instance, you get a stray semicolon in a query. When a connection
gets in this state it is hosed and must be closed and reconnected.
- Made some changes to how ``use_unicode`` and ``auto_create_db`` are set to
better allow for subclassing and extensions of the base classes.
- Added handling of NEWDECIMAL which was added for mysql 5.0.
- Added basic support for procedure calls using ``CALL`` query.