Releasing live-helper 1.0~a38-1.

This commit is contained in:
Daniel Baumann 2008-02-26 13:39:11 +01:00
parent a00b71ab01
commit 558cfca4ed
1 changed files with 90 additions and 2 deletions

92
debian/changelog vendored
View File

@ -1,8 +1,96 @@
live-helper (1.0~a38-1) UNRELEASED; urgency=medium
live-helper (1.0~a38-1) unstable; urgency=medium
[ Chris Lamb ]
* Implement -u/--usage function in lh_clean (Closes: #454553)
* Implement -v/--version and -h/--help in lh_clean.
* Remove 'ssl' package references from mini and minimal hooks.
* Don't prompt when autoremoving packages in minimal hooks.
* Don't put more than one glob on a 'for' line, unless they are
guaranteed
* Refactor installing file to binary/pool/main/./.* functionality.
* Remove conditionals, as an expansion never 'fails': it just
* Move installing binary.deb/archives/*.deb.
* Use Install_file for udebs.
* Refactor d-i udeb handling with better failure mode (Closes:
#444565)
* Re-add guards against bogus 'for' shell expansion.
* Re-order hooks such that local hooks are executed first. (Closes:
#453360)
* Remove trailing newline from syslinux splash screens. (Closes:
#457740)
* Remove duplicated 'irpas' package in rescue list.
* Use C-style 'include' in lists (backwards compatible).
[ Daniel Baumann ]
* New upstream release.
* Fixing typing error in Makefile.
* Also removing manpage cache in cleanup.
* Fixed incomplete fdisk parameter list in lh_config --help.
* Don't fail silently when extern executables are configured but not
present.
* Fixing changelog email address.
* Bumping standards version.
* Removing mkisofs from recommends, not needed anymore.
* Updating rules.
* Checking LH_APT when using mini and minimal package lists.
* Adding example binary hook to copy live-helper and its config based
on the idea from Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
* Adding lh_local based on the idea from Tzafrir Cohen
<tzafrir.cohen@xorcom.com>.
* Addjusting lh helper to be called from lh_local.
* Switching to GPL3+.
* Removing discover from standard-x11 list, udev does the same.
* Don't fail if resolv.conf is a symlink, thanks to David Madore
<david.madore@ens.fr> (Closes: #457595).
* Fixing changelog.
* Consistently using the pipe as seperator in sed commands now.
* Checking for /sys/class rather than /sys/kernel, avoids problem when
running under OpenVZ which doesn't have sys/kernel, thanks to
Takeshi Yaegashi <yaegashi@debian.org>.
* Using ftp.us.debian.org rather than ftp.debian.org, see
http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.
* Fixing typo, thanks to Fathi Boudra <fabo@debian.org>.
* Merging old live-package debian changelog into current debian
changelog.
* Merging old live-package debian changelog entry for testing upload.
* Renaming mini flavour to stripped to avoid confusion, thanks to
Fathi Boudra <fabo@debian.org> and Ben Armstrong <synrg@debian.org>.
* Installing initramfs generator from local-packages, if available.
* Removing install call for old changelog, which is not needed
anymore.
* Correcting wrong installation attempt of initramfs generator from
local-packages.
* Working arround aptitude behaviour of removing packages rather than
to installing missing depends when using initramfs generator from
local-packages.
* Removing unintendet set -x.
* Fixing typo.
* Adding apt/aptitude options.
* Renaming extra bootstrap indices to chroot.
* Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing
dedicated LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only.
* Improving etch compat warnings.
* Fixing aptitude typo.
* Fixing quoting with chroot wrapper calls.
* Re-adding additional indices updated, otherwise we wouldn't honor
thirdparty repositories (anymore).
* Updating devel-live package list.
-- Daniel Baumann <daniel@debian.org> Mon, 14 Jan 2008 00:00:00 +0100
[ Otavio Salvador ]
* bootstrap: adds support to debootstrap 1.0.7
* bootstrap: use minbase flavour when LH_PACKAGES_LISTS is set to
minimal
* binary: do not fail if parameters.txt isn't available
* chroot: don't fail if /dev/pts is already mounted
* debian: add mtd-tools in suggests field since it's used when jffs2
is choosen
* lh_source_debian: add mtd-tools since it provides mkfs.jffs2
application
* lh_config: add jffs2 in supported filesystems
* lh_binary_encryption: add jffs2 as not supported filesystem
* lh_binary_rootfs: add support to generate jffs2 filesystem
-- Daniel Baumann <daniel@debian.org> Tue, 26 Feb 2008 13:33:00 +0100
live-helper (1.0~a37-2) unstable; urgency=medium