From 5bd4c6e679ed605f1b37c201affb27096662c29f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Jul 2017 16:05:50 -0400 Subject: calcPartTable using PartSpec DSL * Generalized the PartSpec DSL, so it can be used for both disk image partitioning, and disk device partitioning, with different partition sizing methods as appropriate for the different uses. (minor API change) * Propellor.Property.Parted: Added calcPartTable function which uses PartSpec DiskPart, and a useDiskSpace combinator. This commit was sponsored by Thomas Hochstein on Patreon. --- debian/changelog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7ad30b40..4a9775db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ -propellor (4.4.1) UNRELEASED; urgency=medium - +propellor (4.5.0) UNRELEASED; urgency=medium + + * Generalized the PartSpec DSL, so it can be used for both + disk image partitioning, and disk device partitioning, with + different partition sizing methods as appropriate for the different + uses. (minor API change) + * Propellor.Property.Parted: Added calcPartTable function which uses + PartSpec DiskPart, and a useDiskSpace combinator. * Generate a better description for versioned properties. -- Joey Hess Mon, 17 Jul 2017 16:51:11 -0400 -- cgit v1.2.3