From dacc1ea41ecdd26ba98dc316545e0fd3523f786b Mon Sep 17 00:00:00 2001 From: Robert C Jennings Date: Fri, 17 Mar 2017 13:39:21 -0500 Subject: [PATCH] Fix OVA generation and add grub label helper for ubuntu-cpc [ Chris Glass ] * Fix the manifest generation in OVA files so that ovf files don't have double extensions. (LP: #1627931) * Fix the OVF's metadata to include Ubuntu specific identifiers and descriptions instead of the generic Linux ones. (LP: #1656293) [ Daniel Watkins ] * Add replace_grub_root_with_label function thereby consolidating multiple uses of the same calls to sed. --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 398fe8e2..4d91a2e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +livecd-rootfs (2.408.9) xenial; urgency=medium + + [ Chris Glass ] + * Fix the manifest generation in OVA files so that ovf files don't have + double extensions. (LP: #1627931) + * Fix the OVF's metadata to include Ubuntu specific identifiers and + descriptions instead of the generic Linux ones. (LP: #1656293) + [ Daniel Watkins ] + * Add replace_grub_root_with_label function thereby consolidating multiple + uses of the same calls to sed. + + -- Robert C Jennings Fri, 17 Mar 2017 13:15:49 -0500 + livecd-rootfs (2.408.8) xenial; urgency=medium * Set device_tree_address for the new kernel in the RPi bootloader config.txt