diff --git a/MySQLdb/CHANGELOG b/MySQLdb/CHANGELOG index 1dd1ab7..345195b 100644 --- a/MySQLdb/CHANGELOG +++ b/MySQLdb/CHANGELOG @@ -1,5 +1,17 @@ 0.9.2 + * BUG: When using Python 1.5.2, if the connect fails, Python seems + to eventually crash with a segfault. In my case, this seems to + only happen on exit. I just have not been able to track this one + down. I still want to support Python 1.5.2, and I'm probably just + missing something very subtle. There's no problem with either + Python 2.1.3 or 2.2.1; I have not tested with 1.6 through 2.1.2 + nor 2.2, nor do I plan to, but there should be no issues with + other versions, except for the above issue with 1.5.2. + + * Memory API updates. The GC memory allocator is used when Python + 2.2 or newer is used. + * Minor RPM packaging cleanups. * cursor.execute(query) with no args leaves the original query string