From 7b017e794455ea8953b3aa2c87998a2def0bb0d7 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 7 Jun 2011 23:58:37 +0100 Subject: [PATCH] Mention Steve and his work in the NEWS file That's Steve's Job! :D --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 7f0070cd..09669107 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,8 @@ What's new in psycopg 2.4.2 - Trying to execute concurrent operations on the same connection through concurrent green thread results in an error instead of a deadlock. + - Fixed detection of pg_config on Window. Report and fix, plus some + long needed setup.py cleanup by Steve Lacy: thanks! What's new in psycopg 2.4.1