diff options
author | Daniel Baumann <daniel@debian.org> | 2008-09-19 14:16:05 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | 4f69f55921340b332b1acc0affd53a1791ad7ca1 (patch) | |
tree | 7e56331e1dc3ffaa26d3c40cce5c603f23880456 /debian/changelog | |
parent | dfc00ce30c092b3ba5051e27b6fa529a9960be1b (diff) | |
download | vyos-live-build-4f69f55921340b332b1acc0affd53a1791ad7ca1.tar.gz vyos-live-build-4f69f55921340b332b1acc0affd53a1791ad7ca1.zip |
Releasing debian version 1.0.1-1.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dbe0d6498..df9789785 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,76 @@ +live-helper (1.0.1-1) unstable; urgency=medium + + [ Chris Lamb ] + * Improve architecture auto-detection. + * mksquashfs in Lenny supports -no-progress, so remove (broken) check. + * Standardise on appending " (fail-safe mode)" for all bootloaders. + * Use cp's "-T" option instead of shell globbing to ensure dotfiles in the + binary image's / are copied. + * Add "/.disk" metadata on usb-hdd images. + * Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in + lh_clean. + * Additionally unmount chroot/binary.tmp in lh_clean --chroot. + * Refactor partition size calculation, ensuring a uniform increase for ext + partitions. + * Warn when using syslinux with a non-FAT LH_BINARY_FILESYSTEM. + * Use tar to perform lh_bootstrap_copy (Closes: #498385) + * Add silo to sparc source package selection. + * Correcting package name "dd_rescue" -> "ddrescue". + * Correcting package names for "madwifi", only installing if non-free + selected. + * Removing packages from rescue list where they 'Conflict:' with each other. + * Fix handling of --version and getopt program name. + + [ Daniel Baumann ] + * Adding support for squeeze (lenny+1). + * Don't install more than one kernel image when building minimal or stripped + images. + * Removing currently unused Upstream-Depends field in control. + * Making gettext depends unversioned. + * Fixing a chicken-egg problem with package indices when using + minimal/stripped list *and* including local-packages. + * Adding color functions for future usage. + * Adding cursor functions for future usage. + * Updating vcs fields in control file. + * Applying patch from Ian Jackson <ian@davenant.greenend.org.uk> to update + package selection of the rescue list. + * Removing unsupported, unmaintained and unused knoppix package lists. + * Adding syslinux-common to rescue list. + * Adding scalpel to rescue list as suggested by Mathieu Geli + <mathieu.geli@gmail.com>. + * Correcting typo with if/endif statements in the rescue list. + * Removing alsa-oss from standard-x11 package list, this should not really be + in a default list. + * Adding posh and dash to devel-live packages list. + * Not including syslinux-common on lenny just yet, it still neds 1.5 days to + migrate. + * Adding rescue flavour to autobuild images. + * Always using apt to install keyring packages (Closes: #498531). + * Correcting wrong logic in lh_cleans check for beeing in the config directory + or not (in order to prevent accidental cleaning by the user). + * Automatically enforcing fat32 on usb-hdd when detecting files bigger than + 2GB. + * Automatically enforcing fat32 on usb-hdd when detecting partitions bigger + than 2GB. + * Simplyfing partition size check when enforcing fat32. + * Removing example hook for qemu-launcher, this is now in the archive as + autorun4linuxcd package. + * Adding example hook to update initramfs. + * Updating cursor.sh with additional functions. + * Re-including syslinux-common for lenny in the rescue list. + * Adding lxde list, thanks to Kam Salisbury <kam@kamsalisbury.com>. + * Adding moreutils to rescue list. + * Adding scripts directory to to include custom helper scripts. + * Removing sbm, not needed anymore. + + [ Mathieu Geli ] + * Correcting some little glitches building with the rescue list. + + [ Marco Amadori ] + * Splitted "longoptions" in various lines. + + -- Daniel Baumann <daniel@debian.org> Fri, 19 Sep 2008 14:00:00 +0200 + live-helper (1.0.0-2) unstable; urgency=medium [ Daniel Baumann ] |