diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-24 18:10:13 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-24 18:10:13 -0400 |
| commit | 72a6b1c759906025fd6761aeb5ef51e64e60abd7 (patch) | |
| tree | e71ef9d4b5b39c5d6f60c7cd97edfee4b829f761 | |
| parent | 03ead14749f5db167e5e41af3ca441ae25a2142e (diff) | |
prep release
| -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 70bdcc92..8579097d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,13 @@ -propellor (0.5.1) UNRELEASED; urgency=medium +propellor (0.5.1) unstable; urgency=medium - * Add missing build deps and deps. Closes: #745459 * Primary DNS servers now have allow-transfer automatically populated with the IP addresses of secondary dns servers. So, it's important that all secondary DNS servers have an ipv4 (and/or ipv6) property configured. * Deal with old ssh connection caching sockets. + * Add missing build deps and deps. Closes: #745459 - -- Joey Hess <joeyh@debian.org> Tue, 22 Apr 2014 19:07:59 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 24 Apr 2014 18:09:58 -0400 propellor (0.5.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 9b4686e9..30d61af9 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.5.0 +Version: 0.5.1 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |
