Release 2.0.10

This commit is contained in:
Federico Di Gregorio 2009-04-20 20:37:59 +02:00
parent d621c02e58
commit f68d828f6b

View File

@ -1,9 +1,13 @@
2009-04-19 Federico Di Gregorio <fog@initd.org> 2009-04-20 Federico Di Gregorio <fog@initd.org>
* Release 2.0.10.
* psycopg/cursor_type.c: patch from Gangadharan to avoid double * psycopg/cursor_type.c: patch from Gangadharan to avoid double
free of the cursor when the connection that creates it is closed free of the cursor when the connection that creates it is closed
implicitly by dealloc. implicitly by dealloc.
2009-04-19 Federico Di Gregorio <fog@initd.org>
* psycopg/connection_type.c: patch from Gangadharan to avoid double * psycopg/connection_type.c: patch from Gangadharan to avoid double
free of the connection object when calling close() implicitly. free of the connection object when calling close() implicitly.