Index: trunk/packages/invirt-remote/debian/changelog
===================================================================
--- trunk/packages/invirt-remote/debian/changelog	(revision 2105)
+++ trunk/packages/invirt-remote/debian/changelog	(revision 2106)
@@ -1,2 +1,8 @@
+invirt-remote (0.3.3) unstable; urgency=low
+
+  * added remctl web availability to calculate memory available to new VMs
+
+ -- Peter A. Iannucci <iannucci@mit.edu>  Thu, 12 Feb 2009 23:10:31 -0500
+
 invirt-remote (0.3.2) unstable; urgency=low
 
Index: trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-create
===================================================================
--- trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-create	(revision 2105)
+++ trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-create	(revision 2106)
@@ -16,5 +16,4 @@
 def choose_host():
     # Query each of the hosts.
-    # XXX will the output of 'xm info' always be parseable YAML?
     results = bcast('availability')
     return max((int(o), s) for (s, o) in results)[1]
