X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/blobdiff_plain/2de427228fdfbf454002ebe61cd0530b58b34ebd..refs/heads/dev:/debian/changelog diff --git a/debian/changelog b/debian/changelog index f25f38c..240b65d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +invirt-autoinstaller (0.0.34) unstable; urgency=low + + * Add a missing dependency for the host on kpartx. + + -- Evan Broder Sun, 30 May 2010 11:32:43 -0400 + +invirt-autoinstaller (0.0.33) unstable; urgency=low + + * Don't hardcode netmask and gateway + + -- Greg Brockman Fri, 01 Jan 2010 23:31:55 -0500 + +invirt-autoinstaller (0.0.32) unstable; urgency=low + + * Revert 0.0.31 - it didn't work, and left autoinstalled VMs that used + to work without anything in their grub menu.lst. + + -- Evan Broder Thu, 13 Aug 2009 08:35:50 -0700 + +invirt-autoinstaller (0.0.31) unstable; urgency=low + + * Hack to be differently specific when replacing the root= lines. This + should replace both the actual grub config lines and the kopt line, + but leave lines like groot alone. + + -- Evan Broder Tue, 28 Jul 2009 14:39:25 -0700 + +invirt-autoinstaller (0.0.30) unstable; urgency=low + + * When we're installing the world, be sure to block debconf prompts from + coming up. + + -- Evan Broder Sun, 26 Jul 2009 19:59:01 -0700 + +invirt-autoinstaller (0.0.29) unstable; urgency=low + + * Be more specific when replacing root= lines with UUID equivalents in + the grub menu.lst. This avoids replacing things like groot, which + makes pygrub unhappy. + + -- Evan Broder Sat, 13 Jun 2009 19:33:01 -0700 + +invirt-autoinstaller (0.0.28) unstable; urgency=low + + * We're using bashisms in 93-setup-grub, so let's use bash. + + -- Evan Broder Sun, 03 May 2009 02:40:54 -0400 + invirt-autoinstaller (0.0.27) unstable; urgency=low * Correctly detect what the path to the block devices in fstab are.