From f6aaacd79b11d21d584774a8048441b69cdba6b6 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Tue, 14 Dec 2004 05:12:56 +0000 Subject: [PATCH] Lets release 1.99.11. --- ChangeLog | 2 ++ NEWS | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3c1eeaa..38fdefa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-12-14 Federico Di Gregorio + * 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 diff --git a/NEWS b/NEWS index ad560510..bb7ad933 100644 --- a/NEWS +++ b/NEWS @@ -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 -----------------------------