Subject: CVS commit: pkgsrc/databases/py-mysqldb
To: None <pkgsrc-changes@netbsd.org>
From: Chris Pinnock <cjep@netbsd.org>
List: pkgsrc-changes
Date: 04/13/2003 17:28:53
Module Name: pkgsrc
Committed By: cjep
Date: Sun Apr 13 14:28:53 UTC 2003
Modified Files:
pkgsrc/databases/py-mysqldb: Makefile distinfo
pkgsrc/databases/py-mysqldb/patches: patch-aa
Log Message:
Update of database/py-mysqldb to 0.9.2.
Changes since 0.9.1 include:
* Bugs fixed, including segfault problem with Python 1.5.2
* Take advantage of GC memory allocator in Python 2.2
* cursor.execute(query) with no arguments leaves the original
query string alone.
* Mac OS X tidy ups.
* Memory leak fixes.
* cursor.executemany() fixes.
* Other fixes (see the CHANGELOG file for details)
From PR#19056 from MLH. Note that we assume the client library is
not thread safe as per 0.9.1.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/py-mysqldb/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/py-mysqldb/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/databases/py-mysqldb/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.