diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c28989d5..46d28b53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +propellor (1.2.1) UNRELEASED; 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 + propellor (1.2.0) unstable; urgency=medium * Display a warning when ensureProperty is used on a property which has |
