diff --git a/debian/changelog b/debian/changelog index 46d28b5..af96477 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 Sun, 14 Dec 2014 13:51:01 -0400 + -- Joey Hess Wed, 17 Dec 2014 16:30:44 -0400 propellor (1.2.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index d3225cf..236146e 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