Psycopg 2.5.2 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Psycopg 2.5.2 released
Date: 2014-01-07 12:53:29
Message-ID: CA+mi_8ak5jRTcBnbovkCA3WZ9at+KNGY_-K8yB3-eMbFmreHSQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Psycopg 2.5.2 has been released. You can get it from:

http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.2.tar.gz

Signature: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.2.tar.gz.asc

This version contains a few bug fixes over the previous release 2.5.1:

- Fixed segfault pickling the exception raised on connection error
(ticket #170).
- Meaningful connection errors report a meaningful message, thanks
to Alexey Borzenkov (ticket #173).
- Manually creating lobject with the wrong parameter doesn't segfault
(ticket #187).

Thank you very much to all the people who helped during the development!

----

Psycopg is the most popular PostgreSQL adapter for the Python
programming language. At its core it fully implements the Python DB
API 2.0 specifications. Several extensions allow access to many of the
features offered by PostgreSQL.

Browse pgsql-announce by date

  From Date Subject
Next Message Dave Page 2014-01-07 15:03:00 FOSDEM/FOSDEM PGDay 2014 - Schedule now published
Previous Message Robert Haas 2014-01-06 21:16:38 Re: [ANNOUNCE] IMCS: In Memory Columnar Store for PostgreSQL