From aa1762f42ecabe2bc563c05ce1642565a41a3974 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 2 Sep 2008 14:03:12 +0200 Subject: [PATCH] Bump version number --- debian/changelog | 11 ++++++++--- grml-debootstrap | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f6c7fde..240c5ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,17 @@ -grml-debootstrap (0.19) unstable; urgency=low +grml-debootstrap (0.20) unstable; urgency=low - * Use dialog with --separate-output option to make sure mdadm - receives correct quoting for the RAID devices. * Use root=UUID=... by default if possible to avoid possible race conditions with libata vs. pata. * Fix setting hostname via interface. * Provide interface in dialog for setting root password. + -- Michael Prokop Tue, 02 Sep 2008 14:02:43 +0200 + +grml-debootstrap (0.19) unstable; urgency=low + + * Use dialog with --separate-output option to make sure mdadm + receives correct quoting for the RAID devices. + -- Michael Prokop Tue, 02 Sep 2008 13:36:12 +0200 grml-debootstrap (0.18) unstable; urgency=low diff --git a/grml-debootstrap b/grml-debootstrap index 7a0bdaa..d7b0daa 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.19' +VERSION='0.20' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: -- 2.1.4