summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3c1eea..38fdefa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index ad56051..bb7ad93 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
-----------------------------