diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-04-26 08:02:27 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-04-26 08:05:32 +0200 |
commit | eca7aca936df9108998e7f4c55fd69ea6d8bc6cd (patch) | |
tree | db61a52676140dd6fc15fa07324e62faf0838acc /debian | |
parent | b30ee01e8a3fee298e34fae837fe1fb0816c9b9c (diff) | |
download | vyos-live-build-eca7aca936df9108998e7f4c55fd69ea6d8bc6cd.tar.gz vyos-live-build-eca7aca936df9108998e7f4c55fd69ea6d8bc6cd.zip |
Releasing debian version 4.0~alpha34-1.debian/4.0_alpha34-1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6fb0e8489..befb25439 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +live-build (4.0~alpha34-1) unstable; urgency=low + + [ Daniel Baumann ] + * Only automatically do replacements within syslinux configs when they + are not directories (as they can be in the pxelinux.cfg case), thanks + to Antony Messerli <amesserl@rackspace.com> (Closes: #745760). + * Correcting required installer package determination to avoid extra + packages, thanks to Benjamin Moody <benjamin.moody@gmail.com> (Closes: + #739729). + * Failing in lb config when config wasn't initialized first with lb init + (Closes: #744365). + * Using cp -a on all non-fat filesystems to copy content into the binary + image (Closes: #745824). + + [ Simon McVittie ] + * Run hooks in sorted order (Closes: #745839). + + [ Daniel Baumann ] + * Dropping superfluous comment about recompression initrd images in + chroot_hacks. + * Updating sha1sum for recompressed initrd images (Closes: #745205). + * Adjusting splash.svg filename in embedded syslinux configurations to + match code (Closes: #745020). + * Ensuring correct include directory permissions avoiding tainting of + target system in lb init. + * Abort early in installer_preseed if d-i is not included on the image + (Closes: #745855). + + -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 26 Apr 2014 08:01:22 +0200 + live-build (4.0~alpha33-1) unstable; urgency=low * Building with dh --parallel. |