X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=cbe968c7dd034de5ec442b906f13037b3befe8a3;hp=74c32ec46c70382fa334c37857c9a4b13db0106c;hb=12bcb2d7ae0cae32a05498a1599a95d36693eb3c;hpb=62bac19425425e3f5d8481563d1dc6f2caeaf73e diff --git a/debian/changelog b/debian/changelog index 74c32ec..cbe968c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,50 @@ +grml-debootstrap (0.9) unstable; urgency=low + + [ Alexander Wirt ] + * Add support for EXTRAPACKAGES that can be dropped in + /etc/debootstrap/extrapackages + * Add boot_append option to manpage + * Manpage reformatted + + [ Michael Prokop ] + * Support grml-repository and installation of grml-kernel + via GRMLREPOS and GRMLPACKAGES. + * Use stage logic inside chroot-script as well. + * Activate zsh completion. + * Rewrote interfaces() code for handling of + /etc/network/interfaces. Thanks for the pointer, formorer. + + -- Michael Prokop Mon, 23 Apr 2007 00:23:19 +0200 + +grml-debootstrap (0.8) unstable; urgency=low + + * Add BOOT_APPEND option for kernel appendline + + -- Alexander Wirt Sat, 21 Apr 2007 11:19:06 +0200 + +grml-debootstrap (0.7) unstable; urgency=low + + * Support setting some variables via cmdline. + * Support full automatic installation via debian2hd. + * 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. + * Use asciidoc for manpage generation. + * Added basic zsh-completion (thanks, ft!), but do not install it yet. + We have to adjust $fpath in grml-etc-core first. + + -- 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 @@ -7,6 +52,8 @@ grml-debootstrap (0.6) unstable; urgency=low 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