[SQL-CVS] r4503 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2012-03-01 15:36:40
|
Author: phd Date: Thu Mar 1 08:36:27 2012 New Revision: 4503 Log: SQLObject 1.2.2 and.1.5 were released 1 Mar 2012. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Thu Mar 1 08:35:08 2012 (r4502) +++ SQLObject/trunk/docs/News.txt Thu Mar 1 08:36:27 2012 (r4503) @@ -19,6 +19,8 @@ SQLObject 1.2.2 =============== +Released 1 Mar 2012. + * A bugfix was ported from `SQLObject 1.1.5`_. SQLObject 1.2.1 @@ -61,6 +63,8 @@ SQLObject 1.1.5 =============== +Released 1 Mar 2012. + * A bug was fixed in SQLiteConnection - clear _threadPool on close(). SQLObject 1.1.4 |