summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--propellor.cabal2
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 139a2a30..d681637d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-propellor (5.8.0) UNRELEASED; urgency=medium
+propellor (5.8.0) unstable; urgency=medium
* Fix bug in File.containsShellSetting that replaced whole shell conffile
content with the setting if the file did not previously contain a line
@@ -14,10 +14,10 @@ propellor (5.8.0) UNRELEASED; urgency=medium
exist.
* Ssh.userKeyAt: When a relative filepath is provided, it's put inside
the user's .ssh directory.
- * fix Git.pulled always reporting a change
+ * Fix Git.pulled always reporting a change.
Thanks, Sean Whitton
- -- Joey Hess <id@joeyh.name> Mon, 08 Apr 2019 11:09:04 -0400
+ -- Joey Hess <id@joeyh.name> Fri, 26 Apr 2019 08:23:29 -0400
propellor (5.7.0) unstable; urgency=medium
diff --git a/propellor.cabal b/propellor.cabal
index 4062c0fb..cde447e2 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
Name: propellor
-Version: 5.7.0
+Version: 5.8.0
Cabal-Version: 1.20
License: BSD2
Maintainer: Joey Hess <id@joeyh.name>