X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/blobdiff_plain/896495647052adef2e2fde60c6a43e01d104fd3b..refs/tags/sipb-xen-remctl-auto/1.3.1:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 083d317..151c986 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,92 @@ +sipb-xen-remctl-auto (1.3.1) unstable; urgency=low + + * Quote the installer arguments correctly + + -- Evan Broder Fri, 10 Oct 2008 01:47:54 -0400 + +sipb-xen-remctl-auto (1.3) unstable; urgency=low + + * Respond to remctl install requests by passing the options onto Xen + + -- Evan Broder Thu, 09 Oct 2008 01:57:30 -0400 + +sipb-xen-remctl-auto (1.2) unstable; urgency=low + + * Exit successfully if inetd is already running; package fails to + install otherwise + + -- Evan Broder Mon, 06 Oct 2008 05:03:18 -0400 + +sipb-xen-remctl-auto (1.1) unstable; urgency=low + + * Explicitly lock a volume before deleting it + + -- Evan Broder Sun, 05 Oct 2008 18:01:34 -0400 + +sipb-xen-remctl-auto (1.0.21) unstable; urgency=low + + * start inetd too in init script + + -- Greg Price Wed, 01 Oct 2008 20:43:29 -0400 + +sipb-xen-remctl-auto (1.0.20) unstable; urgency=low + + * generate config files using mako + + -- Yang Zhang Thu, 14 Aug 2008 15:18:46 -0400 + +sipb-xen-remctl-auto (1.0.19) unstable; urgency=low + + * simplify the init script a la sipb-xen-dev + + -- Yang Zhang Thu, 7 Aug 2008 22:09:28 -0400 + +sipb-xen-remctl-auto (1.0.18) unstable; urgency=low + + * use invirt config in sipb-xen-lvm + * added .init script to generate /etc/remctl/acl/remote + * sipb_xen_database -> invirt.database + + -- Yang Zhang Sun, 3 Aug 2008 00:46:28 -0400 + +sipb-xen-remctl-auto (1.0.17) unstable; urgency=low + + * catch another version of the xenstore error in the listvms race + + -- Greg Price Wed, 23 Jul 2008 01:12:01 -0400 + +sipb-xen-remctl-auto (1.0.16) unstable; urgency=low + + * support YAML as well as JSON (broder, quentin, andersk, long ago) + * fix a race in listvms when a machine is shutting down + + -- Greg Price Tue, 22 Jul 2008 23:46:49 -0400 + +sipb-xen-remctl-auto (1.0.15) unstable; urgency=low + + * Compute time differences on server to avoid drift + + -- Quentin Smith Thu, 15 May 2008 20:58:04 -0400 + +sipb-xen-remctl-auto (1.0.14) unstable; urgency=low + + * Use more efficient python API to get VM information, and return it + in a Python dict structure. + + -- Quentin Smith Thu, 15 May 2008 20:29:03 -0400 + +sipb-xen-remctl-auto (1.0.13) unstable; urgency=low + + * Switch to just using the remote server. + + -- Greg Price Sat, 10 May 2008 21:26:42 -0400 + +sipb-xen-remctl-auto (1.0.12) unstable; urgency=low + + * Remove an obsolete line from the remctl config. + + -- Greg Price Sun, 4 May 2008 22:36:07 -0400 + sipb-xen-remctl-auto (1.0.11) unstable; urgency=low * Close file descriptors for update-conserver on destroy/shutdown.