From 4d2e4846d389284d492de12717bf5b09d19f7605 Mon Sep 17 00:00:00 2001 From: Robert C Jennings Date: Fri, 17 Mar 2017 13:47:25 -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 3c77bb75..b43eedbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +livecd-rootfs (2.435.2) yakkety; 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:46:47 -0500 + livecd-rootfs (2.435.1) yakkety; urgency=medium [ Robert C Jennings ]