diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 20:09:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 20:09:02 -0400 |
| commit | 9292cee1aa7967a0afe6d45f58a6d429d1b56b55 (patch) | |
| tree | eb0b95d01bc5d756a09e7b9799d6e2ea2ac3b132 | |
| parent | 86ded366a84f69287ec8006ec0c566874adf4cab (diff) | |
prep
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 7619a1a3..9ac8c3f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -propellor (2.2.1) UNRELEASED; urgency=medium +propellor (2.2.1) unstable; urgency=medium * userScriptProperty now passes --shell /bin/sh, so it can be used even for users with nonstandard shells. - * Fix bug in docker propellor shim setup introduced in last release. + * Fix bug in docker propellor shim setup introduced in last release, + which broke provisioning of new docker containers. - -- Joey Hess <id@joeyh.name> Wed, 11 Mar 2015 22:29:23 -0400 + -- Joey Hess <id@joeyh.name> Thu, 12 Mar 2015 20:08:34 -0400 propellor (2.2.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index ff37003c..c8f093ac 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.2.0 +Version: 2.2.1 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
