missed one
[invirt/packages/invirt-database.git] / debian / changelog
index 068d0ef..db959cc 100644 (file)
@@ -1,3 +1,23 @@
+invirt-database (0.2.8~glasgall14) precise; urgency=low
+
+  * Fix a reference I missed.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Tue, 07 May 2013 17:35:47 -0400
+
+invirt-database (0.2.8~glasgall13) precise; urgency=low
+
+  * postgres is now started by just /etc/init.d/postgresql rather 
+    than a versioned init script.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Tue, 07 May 2013 17:13:19 -0400
+
+invirt-database (0.2.8~glasgall12) precise; urgency=low
+
+  * More sqlalchemy api changes.
+  * Reluctantly restore auto-add-to-session-upon-object-creation behavior.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Mon, 29 Apr 2013 19:49:23 -0400
+
 invirt-database (0.2.8~glasgall10) precise; urgency=low
 
   * SQLAlchemy renamed session.clear() to session.expunge_all()