X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/blobdiff_plain/cae69198896188b2c6678e14d4611e26563f38ee..6351ca8322960a058222b72abac4a9728ac1e87e:/debian/changelog diff --git a/debian/changelog b/debian/changelog index ca018aa..5408670 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,85 @@ +invirt-remote (0.4.19) precise; urgency=low + + * New (c)lvm requires that an LV be deactivated before renamed or resized. + + -- Alexander Chernyakhovsky Mon, 22 Jul 2013 03:11:38 -0400 + +invirt-remote (0.4.18) precise; urgency=low + + * Updating for precise migration. + + -- Steven Valdez Sat, 20 Jul 2013 16:53:03 -0400 + +invirt-remote (0.4.17~achernya1) unstable; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Fri, 31 May 2013 18:41:52 -0400 + invirt-remote (0.4.16) unstable; urgency=low * Make invirt-lvm lvcreate-all use sqlalchemy correctly -- Peter A. Iannucci Tue, 28 May 2013 20:19:00 -0400 +invirt-remote (0.4.15~glasgall9) precise; urgency=low + + * Xen dom0 minimum target memory doesn't seem to be exposed + anymore. Temporarily (?) trust the admin to set dom0-min-mem properly. + + -- Adam Glasgall Wed, 24 Apr 2013 21:43:55 -0400 + +invirt-remote (0.4.15~glasgall8) precise; urgency=low + + * Oops, right, Python doesn't auto-coerce strings to ints. Thankfully. + + -- Adam Glasgall Wed, 24 Apr 2013 21:13:44 -0400 + +invirt-remote (0.4.15~glasgall7) precise; urgency=low + + * Xen balloon information now lives in files in + /sys/devices/system/xen_memory/xen_memory0/target_kb; update + invirt-availability accordingly. + + -- Adam Glasgall Wed, 24 Apr 2013 21:04:17 -0400 + +invirt-remote (0.4.15~glasgall6) precise; urgency=low + + * Fix remconffs so stat() doesn't make things explode + + -- Adam Glasgall Sat, 20 Apr 2013 20:42:02 -0400 + +invirt-remote (0.4.15~glasgall5) precise; urgency=low + + * Fix sqlalchemy API changes _properly_. + + -- Adam Glasgall Sat, 20 Apr 2013 17:55:30 -0400 + +invirt-remote (0.4.15~glasgall4) precise; urgency=low + + * Update for sqlaqlchmy API changes + + -- Adam Glasgall Sat, 20 Apr 2013 17:36:38 -0400 + +invirt-remote (0.4.15~glasgall3) precise; urgency=low + + * Update for pyroutefs api changes. + + -- Adam Glasgall Sat, 20 Apr 2013 17:26:07 -0400 + +invirt-remote (0.4.15~glasgall2) precise; urgency=low + + * Adjust sys.path in scripts to include the Xen modules + + -- Adam Glasgall Sat, 20 Apr 2013 14:41:50 -0400 + +invirt-remote (0.4.15~glasgall1) precise; urgency=low + + * SQLAlchemy API fixups. + + -- Adam Glasgall Fri, 19 Apr 2013 18:17:44 -0400 + invirt-remote (0.4.14) unstable; urgency=low * Port packaging to dh_python2.