X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=6969d702d4645bb31a1bc5fceaaadf719612ca4e;hp=a9062a6dc91aa1c5a987dd839c3307cd83e6eba2;hb=96c09943bc092ce76eadff272fb8c292f711c249;hpb=e9f18266caa5ee6b7957c2dd794212c49ebc651b diff --git a/debian/changelog b/debian/changelog index a9062a6..6969d70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,115 @@ +grml-debootstrap (0.11) unstable; urgency=low + + * Better inform user about already executed stages. + [Closes: issue299] + + -- Michael Prokop Sat, 6 Oct 2007 18:03:16 +0200 + +grml-debootstrap (0.10) unstable; urgency=low + + * Add console-common to /etc/debootstrap/packages. Thanks for + the feature request, Thorsten Strusch! + * Support option -i/--iso: now it's possible to install packages + from a normal Debian ISO. Thanks for the idea and the basic + instructions to Thorsten Strusch! + http://www.thorstenstrusch.de/software/debian-linux/ + + -- Michael Prokop Mon, 04 Jun 2007 10:13:32 +0200 + +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. + * Make sure stopping a service inside chroot-script does not + fail chroot-script itself. + + -- 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 + 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 - * Add 'debootstrap | cdebootstrap' to depends. + * Support Sarge and Sid as "$RELEASE"s as well. + * Added 'debootstrap | cdebootstrap' and grml-etc-core to + depends. + * Added support for: + - cdebootstrap [broken for sarge as $RELEASE, see #390510] + - setting hostname via /etc/hostname + - /etc/kernel-img.conf + - support setting locales through /etc/debootstrap/locale.gen + * Added ssh, mdadm and lvm2 to default package list. + * Rewrote kernel package version handling (removed from package + list to be able to support sarge as well). -- Michael Prokop Fri, 3 Nov 2006 19:05:19 +0100