summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2015-10-20 21:28:49 -0400
committerJoey Hess2015-10-20 21:28:49 -0400
commit51a831c56ec42a9702ac8eb6980d9b9947a5ad30 (patch)
tree7438bfc4f1fde8348d1f026dbd903c302970a117 /debian/changelog
parenteeabdf5e30d5b5f88788151e1f0231d8ea562562 (diff)
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
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 <id@joeyh.name> Tue, 20 Oct 2015 21:24:10 -0400
+
propellor (2.9.0) unstable; urgency=medium
* Added basic Uwsgi module, maintained by FĂ©lix Sipma.