diff --git a/debian/changelog b/debian/changelog index e7654a0..41e6fe5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (0.3.1) UNRELEASED; urgency=medium +propellor (0.3.1) unstable; urgency=medium * Merge scheduler bug fix from git-annex. * Support for provisioning hosts with ssh and gpg keys. @@ -10,8 +10,10 @@ propellor (0.3.1) UNRELEASED; urgency=medium * Standard apt configuration for stable now includes backports. * Cron jobs generated by propellor use flock(1) to avoid multiple instances running at a time. + * Add support for SSH ed25519 keys. + (Thanks, Franz Pletz.) - -- Joey Hess Fri, 11 Apr 2014 15:00:11 -0400 + -- Joey Hess Thu, 17 Apr 2014 20:07:33 -0400 propellor (0.3.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 482f2de..ad171b5 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.3.0 +Version: 0.3.1 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess