From 1486b8d5bceba8f28bc06f5e6152209a624dd4fb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Aug 2017 11:37:22 -0400 Subject: DiskImage type class * DiskImage: Made a DiskImage type class, so that different disk image formats can be implemented. The properties in this module can generate any type that is a member of DiskImage. (API change) (To convert existing configs, convert the filename of the disk image to RawDiskImage filename.) * Removed DiskImage.vmdkBuiltFor property. (API change) Instead, use VirtualBoxPointer in the property that creates the disk image. This commit was sponsored by Jack Hill on Patreon. --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index f8b59743..9b01183f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +propellor (4.8.0) UNRELEASED; urgency=medium + + * DiskImage: Made a DiskImage type class, so that different disk image + formats can be implemented. The properties in this module can generate + any type that is a member of DiskImage. (API change) + (To convert existing configs, convert the filename of the disk image + to RawDiskImage filename.) + * Removed DiskImage.vmdkBuiltFor property. (API change) + Instead, use VirtualBoxPointer in the property that creates the disk + image. + + -- Joey Hess Thu, 24 Aug 2017 11:00:19 -0400 + propellor (4.7.7) unstable; urgency=medium * Locale: Display an error message when /etc/locale.gen does not contain -- cgit v1.3-2-g0d8e