Updated ChangeLog/NEWS after ticket #24 patch commit.

This commit is contained in:
Daniele Varrazzo 2010-12-18 15:38:56 +00:00
parent a08419406c
commit ddd2de0410
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2010-12-18 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* setup.py: bumped to version 2.3.2.dev0
* psycopg/connection_int.c: applied patch from Marti Raudsepp to close
ticket #24. Fixed segfault in connection when DateStyle not available
(e.g. pgbouncer appars not passing it to the client)
2010-12-04 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* setup.py: bumped to version 2.3.1.dev0

View File

@ -1,3 +1,10 @@
What's new in psycopg 2.3.2
---------------------------
- Fixed segfault with middleware not passing DateStyle to the client
(ticket #24). Bug report and patch by Marti Raudsepp.
What's new in psycopg 2.3.1
---------------------------