From 3f6c3cba8677bf4182af000550c7d516cd485235 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 25 Mar 2008 09:52:15 +0100 Subject: Releasing live-helper 1.0~a41-1. --- debian/changelog | 38 ++++++++++++++++++++++++++++++++++++++ functions/common.sh | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b1690ca..a7e9e6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +live-helper (1.0~a41-1) unstable; urgency=medium + + [ Daniel Baumann ] + * Fixing md5sum.txt creation to not fail on filenames with + whitespaces, thanks to Bas Wijnen (Closes: + #469085). + * Updating copy instructions in example sources to match current + state. + * Updating credits. + * Switching default of LH_APT from aptitude to apt for >= lenny. + * Correcting wrong logic on handling secure apt. + * Including 686 kernel flavour on i386 too, but defaulting (still) to + 486 for compatibility reasons. + + [ Chris Lamb ] + * lh_chroot_hacks: Ensure initrds are group- and world- readable + * Allow LH_ENCRYPTION="disabled" to disable encryption + * lh_binary_encryption: Rework and fix broken AES encryption routines + * lh_binary_rootfs: Remove + * lh_binary_debian-installer: Preseed by repacking initrd in some + situations + * lh_binary_debian-installer: Merge pool/netboot determining logic + * lh_binary_debian-installer: Remove "local"-oriented bashisms + (Closes: #471873). + * lists/gnome-core: Add gnome-themes + * lh_chroot_linux-image: Install dependencies differently when using + aptitude + * lh_binary_debian-installer: Don't use --no-clobber for downloading + files + * lh_binary_debian-installer: Only create package pools when necessary + * lh_binary_debian-installer: Re-enable d-i on netboot images + * hooks/stripped: Clean Lintian and Linda overrides in 'stripped' hook + + [ Cyril Brulebois ] + * Fix various typos. + + -- Daniel Baumann Mon, 24 Mar 2008 00:00:00 +0100 + live-helper (1.0~a40-1) unstable; urgency=medium [ Chris Lamb ] diff --git a/functions/common.sh b/functions/common.sh index 62d74b3..20da32c 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a40" +VERSION="1.0~a41" -- cgit v1.0