diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2020-03-05 10:58:57 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2020-03-05 11:13:18 +0100 |
commit | f60b0a2747b948e2da643e4f1ca036c434e93202 (patch) | |
tree | a0c66b5a11d7709c16ebff601d4b629cee354cd2 /debian | |
parent | 9c062e1f8b4b9f4b6a1eb19ac8554c6d8443395b (diff) | |
download | vyos-live-build-f60b0a2747b948e2da643e4f1ca036c434e93202.tar.gz vyos-live-build-f60b0a2747b948e2da643e4f1ca036c434e93202.zip |
Add some initial changelog
I do this to manually add the bug closure for #952834 and #952834
since they were merged with an invalid bug closure syntax. Same
for #952839 which also was tagged with "Gbp-Dch: Ignore" thus not
generating any changelog entry... a changelog entry is required
to be able to close a bug!
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a8a00ae38..6c5346f20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +live-build (1:20191222) UNRELEASED; urgency=medium + + [ Raphaël Hertzog ] + * Get rid of extraneous whitespace showing up in syslinux menu + * Standardize on having the GUI installation first in boot menus + + [ David Hewitt ] + * binary_syslinux: Acommodate LB_INITRAMFS not live-boot + + [ Lyndon Brown ] + * remove redundant files (Closes: #952834, #952835) + * source: fix wrong action value for script execution (Closes: #952837) + * archives: fix removal of chroot/root/packages.chroot package list + (Closes: #952838) + * archives: fix incorrect usage string (Closes: #952839) + * archives: add 'pass' param validation check (Closes: #952841) + * archives: fix deb-src entry exclusion (Closes: #952842) + + -- Raphaël Hertzog <hertzog@debian.org> Thu, 05 Mar 2020 11:03:30 +0100 + live-build (1:20191221) unstable; urgency=medium * Revert some Kali-specific change in scripts/build/binary_iso |