Bug #194 confirmed fixed: newsfile updated.

Conflicts:

	NEWS
This commit is contained in:
Daniele Varrazzo 2014-02-24 15:15:54 +00:00
parent 33db3ecfc3
commit 956560325e

2
NEWS
View File

@ -10,6 +10,8 @@ What's new in psycopg 2.4.7
Alexey Borzenkov (:ticket:`#173`).
- Manually creating `lobject` with the wrong parameter doesn't segfault
(:ticket:`#187`).
- Avoid blocking async connections on connect (:ticket:`#194`). Thanks to
Adam Petrovich for the bug report and diagnosis.
- Fixed debug build on Windows, thanks to James Emerton.