summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2008-08-26 14:47:47 +0800
committerJames Henstridge <james@jamesh.id.au>2008-08-26 14:47:47 +0800
commitbc662db1cc4625569e56d4e42c3e6d2accb6ff03 (patch)
tree77ef712dd7c50283d550af1342bfc645e712a70c /NEWS
parentf6a25ccdf063426feb55c955a281ed5803ec9165 (diff)
downloadpsycopg2-bc662db1cc4625569e56d4e42c3e6d2accb6ff03.tar.gz
Fill in a few more items in the NEWS file for 2.0.8.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5643e0..a7840e0 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,16 @@ What's new in psycopg 2.0.8
* The connection object now has a get_backend_pid() method that
returns the current PostgreSQL connection backend process PID.
+* The PostgreSQL large object API has been exposed through the
+ Cursor.lobject() method.
+
+* Some fixes to ZPsycopgDA have been merged from the Debian package.
+
+* A memory leak was fixed in Cursor.executemany().
+
+* A double free was fixed in pq_complete_error(), that caused crashes
+ under some error conditions.
+
What's new in psycopg 2.0.7
---------------------------