diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-22 20:45:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-22 20:45:11 +0200 |
commit | 175f6d4bdca365ebb9246b4056485aa611d6be1f (patch) | |
tree | 19c8b82c13292da345896c29048960ee0cd59db8 /debian | |
parent | bb86b31b7b5e319617fed18e6db86aeaa733a0c9 (diff) | |
download | vyos-live-build-175f6d4bdca365ebb9246b4056485aa611d6be1f.tar.gz vyos-live-build-175f6d4bdca365ebb9246b4056485aa611d6be1f.zip |
Releasing debian version 3.0~a66-1.debian/3.0_a66-1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d97548b1e..f9336ca00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +live-build (3.0~a66-1) unstable; urgency=low + + * Removing some left-overs from bootstrap-copy removal in lb config. + * Removing local/functions functionality, it's not really usefull + anyway. + * Renaming local/scripts to local/bin for executables overriding not + just lb scripts, but any command during live-build runs. + * Renaming config/chroot_apt to simply config/apt. Eventually + lb_chroot_apt will be folded into chroot_archives but that's left + for after wheezy. + * Renaming config/binary_debian-installer to simply config/debian- + installer. + * Removing support for local grub/grub2 splash image and config + manipulations, custom templates should be used instead. Rather than + doing all the heavy lifting in live-build that nobody really uses + and which is quite inflexible, users should (in line with the + syslinux handling) either stick with the default grub + configurations, or, supply a custom one to live-build, rather than + partial/single files only. + * Avoid creating old left-over directory for custom syslinux splash + handing from within the config tree in lb_config. + * Renaming config/binary_rootfs to simply config/rootfs. + * Renaming config/includes.binary_debian-installer to simply + config/includes.debian-installer. + + -- Daniel Baumann <daniel@debian.org> Mon, 22 Oct 2012 20:44:44 +0200 + live-build (3.0~a65-1) unstable; urgency=low * Correcting variable handling for --bootappend-live-failsafe in lb |