diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-21 16:05:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-21 16:05:50 -0400 |
| commit | 5bd4c6e679ed605f1b37c201affb27096662c29f (patch) | |
| tree | d4eba0149eaeb6e2522ce79d396b14007eb9bdbe /debian | |
| parent | 1fecbbd450b973018fc059ffc166e927698890cd (diff) | |
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.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 7 insertions, 1 deletions
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 <id@joeyh.name> Mon, 17 Jul 2017 16:51:11 -0400 |
