X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=9fcc390c55c80221f9783edf466f70e97c549c1d;hp=5f288b267ab2c11c11736ec78a6ce0119365d896;hb=a64dc69b9715e387d5d760c567eefd08c6f3cfce;hpb=c8a1d6af5d80b0aee0a1622d0b7d7ec9280af0ad diff --git a/debian/changelog b/debian/changelog index 5f288b2..9fcc390 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,50 @@ +grml-debootstrap (0.7) unstable; urgency=low + + * Change logic of function execution. + * Use aptitude instead of apt-get in chroot-script, but + only if it's available. + * 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 + +grml-debootstrap (0.5) unstable; urgency=low + + * Changed Architecture from any to all. + + -- Michael Prokop Sat, 24 Mar 2007 16:58:53 +0100 + +grml-debootstrap (0.4) unstable; urgency=low + + * Support installation into directory. + + -- Michael Prokop Fri, 17 Nov 2006 23:00:38 +0100 + +grml-debootstrap (0.3) unstable; urgency=low + + * Initial support for $ARCH. + * Added function for clean exit (using trap). + + -- Michael Prokop Fri, 10 Nov 2006 00:51:09 +0100 + grml-debootstrap (0.2) unstable; urgency=low * Support Sarge and Sid as "$RELEASE"s as well.