summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-12-17 16:30:54 -0400
committerJoey Hess2014-12-17 16:30:54 -0400
commitddeee3ceb8ef5aa94ffc0696bff085eb031309d6 (patch)
treefa03420bd62116e2abefb024d13487682f55edee
parent858862903449670d62cc85448b1cb05511534054 (diff)
prep release
-rw-r--r--debian/changelog4
-rw-r--r--propellor.cabal2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 46d28b53..af964774 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-propellor (1.2.1) UNRELEASED; urgency=medium
+propellor (1.2.1) unstable; urgency=medium
* Added CryptPassword to PrivDataField, for password hashes as produced
by crypt(3).
* User.hasPassword and User.hasSomePassword will now use either
a CryptPassword or a Password from privdata, depending on which is set.
- -- Joey Hess <id@joeyh.name> Sun, 14 Dec 2014 13:51:01 -0400
+ -- Joey Hess <id@joeyh.name> Wed, 17 Dec 2014 16:30:44 -0400
propellor (1.2.0) unstable; urgency=medium
diff --git a/propellor.cabal b/propellor.cabal
index d3225cf5..236146e8 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
Name: propellor
-Version: 1.2.0
+Version: 1.2.1
Cabal-Version: >= 1.6
License: BSD3
Maintainer: Joey Hess <id@joeyh.name>