diff options
author | Sam Hartman <hartmans@debian.org> | 2021-03-15 15:02:17 -0400 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2021-09-15 17:52:39 -0700 |
commit | 1ef936fc424792baab4f928eadf2d60f221e60d6 (patch) | |
tree | 1792456f701145a38fb5c488c89e02a48a49f4e3 | |
parent | b050b757b0dd11e12f76f642d1769f71846ee857 (diff) | |
download | pam-1ef936fc424792baab4f928eadf2d60f221e60d6.tar.gz pam-1ef936fc424792baab4f928eadf2d60f221e60d6.tar.bz2 pam-1ef936fc424792baab4f928eadf2d60f221e60d6.zip |
Document changes for 1.4.0-7
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e0e1cab6..0ffba1c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,8 +16,17 @@ pam (1.4.0-7) UNRELEASED; urgency=medium * Updated Dutch debconf templates, Thanks Frans Spiesschaert, Closes: #984823 * Updated German Debconf translations, Thanks Sven Joachim - - -- Sam Hartman <hartmans@debian.org> Fri, 26 Feb 2021 16:29:32 -0500 + * Code review fixes for the fix to #982295, thanks Mark Hindley + - Actually set service to $1 rather than happening to use a variable + of the same name in enclosing scope + - Remove dead code setting idl when not used + * Code review fixes to the fix for #982530, thanks Martin Schurz + - Include '-' in the file matching regexp so we search + /etc/pam.d/common-* for uses of pam_tally. The profile check will + catch this unless the user has overwridden the configuration + - Fix capitalization of pam_Tally in debconf description + + -- Sam Hartman <hartmans@debian.org> Mon, 15 Mar 2021 15:01:55 -0400 pam (1.4.0-6) unstable; urgency=medium |