[SQL-CVS] r4451 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2011-08-30 15:07:13
|
Author: phd Date: Tue Aug 30 09:07:07 2011 New Revision: 4451 Log: Merged revision 4450 from branch 1.1: going to release SQLObject 1.1.3 and SQLObject 1.0.3. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Tue Aug 30 09:04:17 2011 (r4450) +++ SQLObject/trunk/docs/News.txt Tue Aug 30 09:07:07 2011 (r4451) @@ -16,6 +16,13 @@ * A bug caused by psycopg2 recently added a new boolean not callable autocommit attribute was fixed. +SQLObject 1.1.3 +=============== + +Released 30 Aug 2011. + +* A bugfix was ported from `SQLObject 1.0.3`_. + SQLObject 1.1.2 =============== @@ -64,6 +71,8 @@ SQLObject 1.0.3 =============== +Released 30 Aug 2011. + * Fixed a bug with Postgres - add quotes in "SET client_encoding" query. SQLObject 1.0.2 |