summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4a3853f8..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
@@ -9,9 +15,6 @@ propellor (0.9.3) UNRELEASED; urgency=medium
kernel when necessary.
* Avoid outputting color setting sequences when not run on a terminal.
* Run remote propellor --spin with a controlling terminal.
- * The git repo url is updated whenever propellor --spin is used,
- and a central git repo does not need to be set up before using --spin
- for the first time.
-- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2014 11:15:27 -0400