Re: RELEASE: psycopg 2.0.8
Nathan <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 16, 2008 at 10:41 AM, Nathan <[email protected]> wrote: > On Tue, Sep 16, 2008 at 2:16 AM, Federico Di Gregorio <fog-NGVKUo/i/[email protected]> wrote: >> Hi everybody, >> >> this is a little bit late but here we are: release 2.0.8. It includes >> some fixes but not the latest patches sent to the mailing list. Download >> the (signed) tarball from: >> >> http://initd.org/pub/software/psycopg/psycopg2-2.0.8.tar.gz >> http://initd.org/pub/software/psycopg/psycopg2-2.0.8.tar.gz.sig >> >> An excerpt from the NEWS file follows. >> >> Have fun, >> federico >> >> >> What's new in psycopg 2.0.8 >> --------------------------- >> >> * New features: >> - The connection object now has a get_backend_pid() method that >> returns the current PostgreSQL connection backend process PID. >> - The PostgreSQL large object API has been exposed through the >> Cursor.lobject() method. >> >> * Bug fixes: >> - Some fixes to ZPsycopgDA have been merged from the Debian package. >> - A memory leak was fixed in Cursor.executemany(). >> - A double free was fixed in pq_complete_error(), that caused crashes >> under some error conditions. > > Great! I've submitted a version bump request to Gentoo. > > https://bugs.gentoo.org/show_bug.cgi?id=237849 > > ~ Nathan Oh, and I should also mention that 2.0.8 has been working fine for me on Gentoo for the last half-hour. ~ Nathan