diff options
author | Federico Di Gregorio <fog@initd.org> | 2004-12-14 05:12:56 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2004-12-14 05:12:56 +0000 |
commit | f6aaacd79b11d21d584774a8048441b69cdba6b6 (patch) | |
tree | be573ab66658442df573c09ab9b643558ac8bee5 | |
parent | 08a49653425d77219c9af8bfea6e59a7523f63fb (diff) | |
download | psycopg2-f6aaacd79b11d21d584774a8048441b69cdba6b6.tar.gz |
Lets release 1.99.11.
-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 ----------------------------- |