summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 17:33:21 -0400
committerJoey Hess2014-11-18 17:33:21 -0400
commit6df64ff653d7dddc7b87d633df0d38d46b19a523 (patch)
tree3a2b27905febf873d327263ba2fe0d14ff6d1ced /debian
parent2fab1a08b4f197874ad6c613f118315ab0d474a3 (diff)
parenteaa460c04bfa65f566693c9262c591890d506725 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3858ac2f..2e5a8bbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
propellor (0.9.3) UNRELEASED; urgency=medium
+ * propellor --spin can now be used to update remote hosts, without
+ any central git repository being used. The git repository is updated
+ over propellor's ssh connection to the remote host. The central
+ git repository is still useful for running propellor from cron,
+ but this simplifies getting started with propellor.
+ * The git repo url, if any, is updated whenever propellor --spin is used.
* Added prosody module, contributed by Félix Sipma.
* Can be used to configure tor hidden services. Thanks, Félix Sipma.
* When multiple gpg keys are added, ensure that the privdata file
@@ -7,6 +13,8 @@ propellor (0.9.3) UNRELEASED; urgency=medium
* Convert GpgKeyId to newtype.
* DigitalOcean.distroKernel property now reboots into the distribution
kernel when necessary.
+ * Avoid outputting color setting sequences when not run on a terminal.
+ * Run remote propellor --spin with a controlling terminal.
-- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2014 11:15:27 -0400