summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2017-07-21 16:05:50 -0400
committerJoey Hess2017-07-21 16:05:50 -0400
commit5bd4c6e679ed605f1b37c201affb27096662c29f (patch)
treed4eba0149eaeb6e2522ce79d396b14007eb9bdbe /debian/changelog
parent1fecbbd450b973018fc059ffc166e927698890cd (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/changelog')
-rw-r--r--debian/changelog10
1 files changed, 8 insertions, 2 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