Psycopg 2.5.1 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Psycopg 2.5.1 released
Date: 2013-06-23 19:48:16
Message-ID: CA+mi_8b77n-=Z8xn61KtM0etBO0AxvCjzBVBL0rgJcD8nNJVXw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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

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

This version contains a few bug fixes over the previous 2.5:

- Fixed build on Solaris 10 and 11 where the round() function is already
declared (ticket #146).
- Fixed comparison of 'Range' with non-range objects (ticket #164).
Thanks to Chris Withers for the patch.
- Fixed double-free in connection subclasses dealloc in heavily concurrent
programs. Regression introduced in 2.5 (ticket #166). Thanks to
Gangadharan S.A. for the report and fix suggestion.

----

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 David Fetter 2013-06-24 02:29:14 == PostgreSQL Weekly News - June 23 2013 ==
Previous Message damien clochard 2013-06-19 12:56:44 pgBadger 3.4 released