euca2ools (1.2-0ubuntu10) lucid; urgency=low * euca-bundle-vol: exclude persistent udev net device rules LP: #551847 -- Scott Moser Wed, 14 Apr 2010 16:42:22 -0400 euca2ools (1.2-0ubuntu9) lucid; urgency=low * euca-describe-images: return same result sets as ec2-describe-images LP: #541468 -- Scott Moser Mon, 29 Mar 2010 12:14:18 -0400 euca2ools (1.2-0ubuntu8) lucid; urgency=low [ Scott Moser ] * euca-run-instances: - --keypair => --key in usage and man page, LP: #530816 - print error rather than trace on invalid instance-count, LP: #546420 - euca-describe-instances: output "running", not "running ", LP: #531453 * euca-revoke: only show usage once with --help * euca-download-bundle: fix usage, LP: #546567 * euca-bundle-image: - fix failure on --block-device-mapping, LP: #546548 - print usage on --help if userid has '-', LP: #546526 - fix failure when image name string is in dest string, LP: #522060 * euca-describe-image-attribute: fix --kernel or --ramdisk when image did not have emi or eri, LP: #546551 [ Dustin Kirkland ] * Cherry-pick up to upstream r266, fixes: - LP: #536876 - document euca-describe-availability-zones verbose - LP: #526591 - enhance parsing of config file - LP: #531076 - fix euca-describe-images against specific image -- Dustin Kirkland Thu, 25 Mar 2010 15:36:43 -0700 euca2ools (1.2-0ubuntu7) lucid; urgency=low [ Dustin Kirkland ] * Try to get the Debian and Ubuntu packaging in better sync - debian/watch: pulled from Debian - debian/rules, debian/manpages: fix manpage building, cleanup, and install - debian/compat, debian/control: + bump to debhelper 7 + update homepage + bump standards version + bump python-boto dep (doesn't affect us, but gets us closer to Debian's packaging) [ Scott Moser ] * euca-describe-images returns same result sets as ec2-describe-images LP: #541468 -- Dustin Kirkland Wed, 24 Mar 2010 16:14:44 -0700 euca2ools (1.2-0ubuntu6) lucid; urgency=low * Cherry-pick upstream bzr r262, fixes: - LP: #530296 - euca-describe-images returns empty set if ami given and owner != self (actually fixed in the last uploaded, neglected to mention in changelog, do so now, for completeness) -- Dustin Kirkland Mon, 08 Mar 2010 14:35:23 -0600 euca2ools (1.2-0ubuntu5) lucid; urgency=low * Cherry pick fixes from upstream, up to bzr r265, fixes: - LP: #522398 - throw exceptions instead of sys.exit(1) - LP: #522396 - fix version string - LP: #523332 - check rsync return code - LP: #516738 - upstream fix for image store - LP: #525137 - don't sys.exit(1) - LP: #526697 - merge upstream fix for this one - LP: #531076 - fix euca-describe-instances against one instance - LP: #526591 - fix config file parsing -- Dustin Kirkland Fri, 05 Mar 2010 16:59:25 -0600 euca2ools (1.2-0ubuntu4) lucid; urgency=low * order kernel/ramdisk output correctly in euca-describe-images LP: #526697 -- Scott Moser Tue, 23 Feb 2010 17:03:57 -0500 euca2ools (1.2-0ubuntu3) lucid; urgency=low [ Scott Moser ] * euca2ools/euca2ools/__init__.py: ensure that euca-bundle-image supports symlinks, LP: #522292 -- Dustin Kirkland Tue, 23 Feb 2010 13:51:42 -0600 euca2ools (1.2-0ubuntu2) lucid; urgency=low * Fix bug where users ~/.eucarc was not read. LP: #524652 -- Scott Moser Fri, 19 Feb 2010 15:31:13 -0500 euca2ools (1.2-0ubuntu1) lucid; urgency=low * Upstream has released euca2ools 1.2 at bzr 248; update package version accordingly -- Dustin Kirkland Tue, 16 Feb 2010 14:37:02 -0600 euca2ools (1.2~bzr248-0ubuntu1) lucid; urgency=low * Merge from upstream bzr revision; should fix: - LP: #517871 - fix euca-describe-volumes -- Dustin Kirkland Thu, 11 Feb 2010 16:17:10 -0600 euca2ools (1.2~bzr245-0ubuntu2) lucid; urgency=low * debian/control: recommend cloud-utils, which has some nice helper scripts for bundling images, LP: #517696 -- Dustin Kirkland Thu, 11 Feb 2010 15:38:34 -0600 euca2ools (1.2~bzr245-0ubuntu1) lucid; urgency=low * Merge from upstream bzr revision; should fix: - LP: #510982 - show kernel and ramdisk attributes - LP: #516486 - fix attribute display - LP: #516738 - fix ubuntu image store -- Dustin Kirkland Thu, 11 Feb 2010 15:35:07 -0600 euca2ools (1.1~bzr239-0ubuntu1) lucid; urgency=low * Merge from upstream bzr revision, should fix: - LP: #507840 - indicate filename and path of manifest -- Dustin Kirkland Mon, 18 Jan 2010 16:40:00 +1300 euca2ools (1.1~bzr238-0ubuntu2) lucid; urgency=low * debian/cert-ec2.pem, bin/euca-bundle-vol, debian/links: add the ec2 public cert to this package, such that users can build EC2 images without installing ec2-ami-tools from multiverse, LP: #479836 -- Dustin Kirkland Thu, 07 Jan 2010 20:22:22 -0600 euca2ools (1.1~bzr238-0ubuntu1) lucid; urgency=low * Merge from upstream bzr revision; should fix: - LP: #497495 - parse dir path correctly in euca-delete-bundle - LP: #439366 - show kernel and ramdisk in euca-describe-images - LP: #495618 - show blk dev mappings in euca-describe-image-attribute - LP: #485106 - read credentials from config file - LP: #450044 - create tmpfs mounts in euca-bundle-vol - LP: #479823 - correctly handle userid in euca-bundle-vol - LP: #461301 - fix user data encoding * Also, created Ubuntu packaging branch, with a common root to the upstream project -- Dustin Kirkland Tue, 05 Jan 2010 23:13:36 -0600 euca2ools (1.0+bzr20091007-0ubuntu2) lucid; urgency=low [ Scott Moser ] * Do not base64 encode user-data in euca-run-instances, as boto takes care of that (LP: #461156) -- Thierry Carrez Wed, 02 Dec 2009 10:08:14 +0100 euca2ools (1.0+bzr20091007-0ubuntu1) karmic; urgency=low * Upstream bugfix release (from bzr rev219), fixes: - euca-describe-volume should show the zone for a volume (LP: #444105) - euca-create-volume shouldn't show 'None' on failure (LP: #436947) - euca-attach-volume should not proceed after error (LP: #444097) - Remove --ec2cert_path typo in help (should be --ec2-cert) (LP: #444747) -- Thierry Carrez Mon, 12 Oct 2009 09:11:57 +0200 euca2ools (1.0+bzr20090923-0ubuntu1) karmic; urgency=low * Upstream bugfix release, fixes LP: #435126, LP: #430093. -- Thierry Carrez Wed, 23 Sep 2009 11:56:45 +0200 euca2ools (1.0+bzr20090731-1ubuntu2) karmic; urgency=low * Also bdep on python-boto since euca2ools also imports it. -- Loïc Minier Sat, 22 Aug 2009 17:45:21 +0200 euca2ools (1.0+bzr20090731-1ubuntu1) karmic; urgency=low * Build-dep on python-m2crypto for the euca2ools import to work (euca2ools imports M2Crypto) when calling tools' with --help via help2man. * Makefile: export PYTHONPATH for the whole loop of the manpages target as it's needed for DESCR=`$$x --help ...`. -- Loïc Minier Sat, 22 Aug 2009 17:29:00 +0200 euca2ools (1.0+bzr20090731-1) unstable; urgency=low * Initial release (Closes: #537370). * Final roundup-contributions by Steffen Moeller. -- chris grzegorczyk Sat, 01 Aug 2009 13:50:56 +0200 euca2ools (1.0-2euca1) UNRELEASED; urgency=low * Release 1.0 GA version * Add README.debian -- chris grzegorczyk Thu, 16 Jul 2009 21:25:47 -0700 euca2ools (1.0-2) UNRELEASED; urgency=low * Further addition to debian/control. - improved description - versioned dependencies * DIY of dynamically generate man pages with help2man -- chris grzegorczyk Wed, 08 Jul 2009 15:04:45 +0200 euca2ools (1.0-1) UNRELEASED; urgency=low * Updated packaging with fixes thanks to Steffen Moeller and David Wendt. -- chris grzegorczyk Tue, 07 Jul 2009 23:36:19 -0700 euca2ools (1.0-0euca1) UNRELEASED; urgency=low * Initial release. -- chris grzegorczyk Tue, 07 Jul 2009 11:26:26 -0700