From 51a831c56ec42a9702ac8eb6980d9b9947a5ad30 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Oct 2015 21:28:49 -0400 Subject: The Propellor.Property.Spin added in the last release is replaced with a very different Propellor.Property.ControlHeir. Rethought it because it turned out that propigating the PrivData rendered the loop detection pointless, because when there was a loop, each host included the other's PrivData, which in turn lead to a loop. And, it was not possible to break that loop. So, changed from adding properties to hosts to a top-down hierarchy that makes changes as needed when applied to the hosts. Which makes it easy to detect and break loops. Aka: The Ur Quan know what they're up to. --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b11fccc1..3aedf66f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (2.10.0) UNRELEASED; urgency=medium + + * The Propellor.Property.Spin added in the last release is replaced + with a very different Propellor.Property.ControlHeir. + + -- Joey Hess Tue, 20 Oct 2015 21:24:10 -0400 + propellor (2.9.0) unstable; urgency=medium * Added basic Uwsgi module, maintained by Félix Sipma. -- cgit v1.3-2-g0d8e