From 5d7bdcde02d667d3f191470c23f8512dcb14f9fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 15 Jul 2017 14:20:38 -0400 Subject: add Propellor.Property.Versioned New module which allows different versions of a property or host to be written down in a propellor config file. Has many applications, including staged upgrades and rollbacks. Note that it currently only supports RevertableProperty that has the same metatypes for its setup and cleanup sides. And, each RevertableProperty in a version definition needs to have the same metatypes as the others too. I tried a couple of times to add support for differing metatypes, but it got beyond my avilities to do. This commit was sponsored by Jeff Goeke-Smith on Patreon. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index cce3338c..e7ec04bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ propellor (4.3.4) UNRELEASED; urgency=medium + * Propellor.Property.Versioned: New module which allows different + versions of a property or host to be written down in a propellor config + file. Has many applications, including staged upgrades and rollbacks. * LightDM.autoLogin: Use [Seat:*] rather than the old [SeatDefaults]. The new name has been supported since lightdm 1.15. -- cgit v1.2.3