diff --git a/ChangeLog b/ChangeLog index a18cf42e..d28cedf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ -2009-04-19 Federico Di Gregorio +2009-04-20 Federico Di Gregorio + + * Release 2.0.10. * psycopg/cursor_type.c: patch from Gangadharan to avoid double free of the cursor when the connection that creates it is closed implicitly by dealloc. +2009-04-19 Federico Di Gregorio + * psycopg/connection_type.c: patch from Gangadharan to avoid double free of the connection object when calling close() implicitly.