*** empty log message ***

This commit is contained in:
adustman
2004-09-19 21:38:59 +00:00
parent a63002ecb5
commit f6d529758d

View File

@ -1,3 +1,36 @@
2004-09-19 adustman <adustman@tweek.neosouth.net>
* _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 <adustman@tweek.neosouth.net>
* 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 <adustman@tweek.neosouth.net>
* _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py: