summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-05-01 12:32:52 +0200
committerPaul Buetow <paul@buetow.org>2012-05-01 12:32:52 +0200
commit05bc2fdee20043bb3513e8f3353e98a0d1103981 (patch)
tree62b98f3affc85ec78cb4ee7ed5ecbb09489d2968 /debian
parent376d0cf93d403c0d084af4dc0ba4a5187fd0865f (diff)
release v0.5.3 is ready
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d7b85bd..4ecc8f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
-loadbars (0.5.2.2+nmu1) stable; urgency=low
+loadbars (0.5.3) stable; urgency=low
- * Add openssh-client dependency.
+ * Introduce new paranm --hasagent. With --hasagent 1 loadbars will not
+ run 'ssh-add' which would ask for your SSH key password to add it to
+ the ssh agent. With --hasagent 0 (default value) loadbars will run
+ 'ssh-add' on startup in order to add your SSH key to the SSH agent.
+
+ * Add openssh-client dependency to the .deb package.
-- Paul Buetow <paul@buetow.org> Tue, 01 May 2012 11:57:27 +0200