diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-17 20:09:14 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-17 20:09:14 -0400 |
| commit | a19293732d02f6437758c5f269f7a17240adebe4 (patch) | |
| tree | d4fa9c58f9ea30c1bdafdcc99de6cb32b71babd6 | |
| parent | d934c95b96ce5c770acf3482ab64383266cbb997 (diff) | |
prep release
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e7654a07..41e6fe55 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 <joeyh@debian.org> Fri, 11 Apr 2014 15:00:11 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 17 Apr 2014 20:07:33 -0400 propellor (0.3.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 482f2de6..ad171b5e 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 <joey@kitenet.net> |
