From c5acfe5ace379abb99f6a9898101d5b443cc126c Mon Sep 17 00:00:00 2001 From: adustman Date: Fri, 25 Jan 2002 20:20:42 +0000 Subject: [PATCH] changes --- MySQLdb/CHANGELOG | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/MySQLdb/CHANGELOG b/MySQLdb/CHANGELOG index fd2bc12..88004fd 100644 --- a/MySQLdb/CHANGELOG +++ b/MySQLdb/CHANGELOG @@ -1,4 +1,13 @@ -0.9.1a1 +0.9.2a2 + + * Reworked platform configuration some more. cygwin is now (sorta) + supported (to the extent that Windows is supported at all). + + * Use PyObject_Del() to dealloc objects, if we have Python 2.0 or newer. + + * Fixed broken CursorStoreResultMixIn.fetchmany(). + +0.9.2a1 * Added a number of DB-API extensions.