diff --git a/MySQLdb/ChangeLog b/MySQLdb/ChangeLog index 77ba2b6..c7f9ece 100644 --- a/MySQLdb/ChangeLog +++ b/MySQLdb/ChangeLog @@ -1,3 +1,36 @@ +2004-09-19 adustman + + * _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py: + * Removed some old-style Python stuff from setup.py + + * Added a bit of documentation on ssl parameter to Connection + + * Version 1.1.5 + + * MANIFEST.in: Include new ChangeLog + + * setup.py: Restore missing common on include_dirs + +2004-09-11 adustman + + * ChangeLog: *** empty log message *** + + * _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py: + Version 1.1.4 + + * setup.py: changed include and library path order + + * MySQLdb/connections.py: fix super class reference in autocommit() + + * Tested against MySQL-4.1.4a with InnoDB tables + + * _mysql.c: Re-fix typo + + * _mysql.c: + Fix _mysql_Execption() typo. Code is only compiled when MySQL-4.1 + is in use, and I haven't done any actual testing against 4.1 yet. + Please report any bugs to the SourceForge tracker. + 2004-09-11 adustman * _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py: