diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-19 16:43:16 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-19 17:49:28 -0400 |
| commit | 97447cf9d1202d023a2ac2d3cc693dacfc266e2f (patch) | |
| tree | 73a96f760666f7b6513417e89604ae02793dbedc | |
| parent | 714270abfcf6433da29dc80fdcaff740ad2a0169 (diff) | |
prep release
(cherry picked from commit 6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7)
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index c1de1d0e..0f5fb1e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,16 @@ -propellor (2.15.1) UNRELEASED; urgency=medium +propellor (2.15.1) unstable; urgency=medium * Added git configs propellor.spin-branch and propellor.forbid-dirty-spin. Thanks, Sean Whitton. * Added User.systemAccountFor and User.systemAccountFor' properties. Thanks, Félix Sipma. - * Merged Utility changes from git-annex. * Gpg.keyImported converted to not use a flag file and instead check if gpg has the provided key already. Thanks, Félix Sipma. * Clean build with ghc 7.10. + * Merged Utility changes from git-annex. - -- Joey Hess <id@joeyh.name> Tue, 08 Dec 2015 11:59:43 -0400 + -- Joey Hess <id@joeyh.name> Sat, 19 Dec 2015 16:43:09 -0400 propellor (2.15.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index a019afe8..14821441 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.15.0 +Version: 2.15.1 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
