Also tell the remctl-auto changelog about YAML support.
svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=712
+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 <price@mit.edu> 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
for domid in domids:
try:
name, data = get_dom(int(domid))
- except ValueError:
+ except TypeError:
continue # went down since we started
if name.startswith('d_'):
name = name[2:]