diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-06-20 10:57:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-06-20 10:57:47 -0400 |
| commit | b79f9d9539ea7a6d97bd259c0ecfa2f45cb1d9c8 (patch) | |
| tree | 2eefbe80ab8f683b6b28078c2de72f56b025f9b8 /debian | |
| parent | 727e7f8224f62f338db378852f5da478696da260 (diff) | |
User.hasInsecurePassword makes sure shadow passwords are enabled
So if the insecure password is later changed, the new password won't be
exposed.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b6436d2c..12d88b96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +propellor (4.0.7) UNRELEASED; urgency=medium + + * User.hasInsecurePassword makes sure shadow passwords are enabled, + so if the insecure password is later changed, the new password won't be + exposed. + + -- Joey Hess <id@joeyh.name> Tue, 20 Jun 2017 10:55:37 -0400 + propellor (4.0.6) unstable; urgency=medium * Fix bug that sometimes made --spin fail with |
