From e3605b33c13ddc4f35d30f8ea9b536c2a9b494c0 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 8 Apr 2011 14:36:49 +0100 Subject: [PATCH] Updated NEWS with the connection encoding fix --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index b952c274..7e2de335 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ What's new in psycopg 2.4.1 - Use own parser for bytea output, not requiring anymore the libpq 9.0 to parse the hex format. + - Don't fail connection if the client encoding is a non-normalized + variant. Issue reported by Peter Eisentraut. - Correctly detect an empty query sent to the backend (ticket #46). - Allow to specify --static-libpq on setup.py command line instead of just in 'setup.cfg'. Patch provided by Matthew Ryan (ticket #48).