diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-21 15:08:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-21 15:35:52 -0400 |
| commit | 84413dd508f20e4f62293b4c925962b8dfe2987e (patch) | |
| tree | 92afed2955a09da155f29ac7d504f062b4946b6c /debian | |
| parent | 0e39d53352b982022747e451676bc6a66e3d9acc (diff) | |
Rewrote Propellor.Property.ControlHeir one more time, renaming it to Propellor.Property.Conductor.
Wow, really.. So, this gets back to having properties that are added to
hosts to say what they conduct. I think that
conducts webservers `before` conducts dnsserver is an important thing to be
able to express.
Untested except for eyeballing the resulting Host data.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f8bd5ad5..32f6e310 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (2.11.0) UNRELEASED; urgency=medium + + * Rewrote Propellor.Property.ControlHeir one more time, renaming it to + Propellor.Property.Conductor. + + -- Joey Hess <id@joeyh.name> Wed, 21 Oct 2015 15:06:26 -0400 + propellor (2.10.0) unstable; urgency=medium * The Propellor.Property.Spin added in the last release is replaced |
