X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=34e6db05361f2ecd7c53f51b54f95b792bd1e2af;hp=8c75d82cb12f3ecb09eee73110f7ca851735d83e;hb=75700fa47e63a9b329fd784b6588fde3c4a29f39;hpb=f5f2cc03c5276b476466ea55f1097f2023a66b1e diff --git a/debian/changelog b/debian/changelog index 8c75d82..34e6db0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,31 @@ +grml-debootstrap (0.7) unstable; urgency=low + + * Support setting some variables via cmdline. + * Change logic of function execution and improved error handling + in some functions. + * Use aptitude instead of apt-get in chroot-script, but + only if it's available. + * Use DEBIAN_FRONTEND='noninteractive' so we avoid unnecessary + questions when installing. (Thanks, formorer!) + * Added additional check to grub code for running sed on + /boot/grub/menu.lst. + * Updated TODO file. + + -- Michael Prokop Fri, 13 Apr 2007 17:57:29 +0200 + grml-debootstrap (0.6) unstable; urgency=low + * Support Debian release with codename 'lenny'. Depend on + debootstrap/cdebootstrap versions supporting lenny therefore. + * Split all the code into separate functions. * Export LANG=C and LC_ALL=C as we don't have the locales inside the chroot when running grml-debootstrap. (Just a cosmetic change as there aren't any errors but warning messages from dpkg.) * Always assume architecture of the running system (overwriting via $ARCH is still supported of course). + * Write variables from grml-debootstrap to /etc/debootstrap/variables + and provide it to chroot-script. * Support stages. [Closes: issue151] -- Michael Prokop Mon, 9 Apr 2007 14:35:21 +0200