From f3ef32d0e89d46a3af3ab88373a9bffd5d271c81 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Sun, 11 Jun 2006 05:14:33 +0000 Subject: [PATCH] Preparing 2.0.2. --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index ad3ce208..5c9aa8d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +What's new in psycopg 2.0.2 +--------------------------- + +* Fixed a bug in array typecasting that sometimes made psycopg forget about + the last element in the array. + +* Fixed some minor buglets in string memory allocations. + +* Builds again with compilers different from gcc (#warning about PostgreSQL + version is issued only if __GCC__ is defined.) + What's new in psycopg 2.0.1 ---------------------------