diff options
author | Sam Hartman <hartmans@debian.org> | 2021-02-25 15:49:55 -0500 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2021-09-15 17:52:36 -0700 |
commit | df08938a4174bead4b5497c15a68ca160c8e6245 (patch) | |
tree | 7063daecb79aa0771940c34623a392090f469cf0 | |
parent | 99de36a3772762f69bd7211514fdd85dbce3664a (diff) | |
download | pam-df08938a4174bead4b5497c15a68ca160c8e6245.tar.gz pam-df08938a4174bead4b5497c15a68ca160c8e6245.tar.bz2 pam-df08938a4174bead4b5497c15a68ca160c8e6245.zip |
Document changes for 1.4.0-5
-rw-r--r-- | debian/changelog | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 376b0ab5..701fbec6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,20 @@ -pam (1.4.0-5) unstable; urgency=medium +pam (1.4.0-5) unstable; urgency=low * Remove profiles containing pam_tally or pam_tally2 since we no longer build them. - - -- Sam Hartman <hartmans@debian.org> Wed, 24 Feb 2021 14:11:06 -0500 + * Also, fail to permit profiles to be selected that include pam_tally + once the new pam-auth-update is installed + * Check for any user-added references to pam_tally and halt the upgrade, + Closes: #982530 + * Handle services with systemd units but no init scripts, Closes: #982295 + * Register md5sum for new common-password template, Closes: #982898 + * After reading pam-auth-update source, I agree with Lucas Nussbaum + that common-session is intended only for interactive sessions. + Otherwise pam-auth-update should not duplicate module configurations + between common-session-noninteractive and common-session, so update + the documentation, Closes: #982297 + + -- Sam Hartman <hartmans@debian.org> Thu, 25 Feb 2021 15:48:22 -0500 pam (1.4.0-4) unstable; urgency=medium |