diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2004-12-14 Federico Di Gregorio <fog@debian.org> + * Mm.. release 1.99.11. + * psycopg/cursor_type.c (_psyco_curs_prefetch): fixed bug in interaction between the .isready() method and _psyco_curs_prefetch: isready now store away the pgres but leave @@ -9,6 +9,8 @@ What's new in psycopg 1.99.11 * the .cursor attribute is gone and connections and cursors are propely gc-managed. +* fixes to the async core. + What's new in psycopg 1.99.10 ----------------------------- |