~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Federico Di Gregorio
  • Date: 2009-04-20 18:37:59 UTC
  • Revision ID: fog@erin-20090420183759-ww2a82sqt5o3n0af
Tags: 2_0_10
ReleaseĀ 2.0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2009-04-19  Federico Di Gregorio  <fog@initd.org>
 
1
2009-04-20  Federico Di Gregorio  <fog@initd.org>
 
2
 
 
3
        * Release 2.0.10.
2
4
 
3
5
        * psycopg/cursor_type.c: patch from Gangadharan to avoid double
4
6
        free of the cursor when the connection that creates it is closed
5
7
        implicitly by dealloc.
6
8
 
 
9
2009-04-19  Federico Di Gregorio  <fog@initd.org>
 
10
 
7
11
        * psycopg/connection_type.c: patch from Gangadharan to avoid double
8
12
        free of the connection object when calling close() implicitly.
9
13