From cf3ec6e38fd417439f45d2c7f79b3d2aad4e0721 Mon Sep 17 00:00:00 2001 From: adustman Date: Sat, 11 Sep 2004 07:26:27 +0000 Subject: [PATCH] *** empty log message *** --- MySQLdb/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/MySQLdb/ChangeLog b/MySQLdb/ChangeLog index 59aa730..77ba2b6 100644 --- a/MySQLdb/ChangeLog +++ b/MySQLdb/ChangeLog @@ -1,3 +1,21 @@ +2004-09-11 adustman + + * _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-08 adustman * _mysql.c, setup.py, MySQLdb/__init__.py: Version 1.1.3