Index: trunk/packages/sipb-xen-remctl-auto/debian/changelog
===================================================================
--- trunk/packages/sipb-xen-remctl-auto/debian/changelog	(revision 710)
+++ trunk/packages/sipb-xen-remctl-auto/debian/changelog	(revision 712)
@@ -1,2 +1,9 @@
+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
 
Index: trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-listvms
===================================================================
--- trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-listvms	(revision 710)
+++ trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-listvms	(revision 712)
@@ -17,5 +17,5 @@
         try:
             name, data = get_dom(int(domid))
-        except ValueError:
+        except TypeError:
             continue # went down since we started
         if name.startswith('d_'):
