From 0047ae2042ec6dd529850a386ebfbab144f16690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=C3=A7ois?= Date: Fri, 16 Aug 2013 00:45:22 +0200 Subject: [PATCH] Document bugs closed in next version. - su: child cleanup is performed before terminating PAM sessions. This avoids anoying "...terminated" messages when PAM module send signal to su during session close. Closes: #670132 - vipw/vigr is checking arguments provided after options. Closes: #677812 --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3a0c5284..8375bcce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,10 @@ shadow (1:4.2-1) UNRELEASED; urgency=low - Do not assume random() is limited by RAND_MAX. Closes: #677275 - Support C libraries with unknown fields in struct passwd. Closes: #675824 + - su: child cleanup is performed before terminating PAM sessions. This + avoids anoying "...terminated" messages when PAM module send signal to + su during session close. Closes: #670132 + - vipw/vigr is checking arguments provided after options. Closes: #677812 * Moved to git: replace Vcs-Git in place of Vcs-Svn and adapt Vcs-Browser. * Add pam_loginuid to login PAM settings. Closes: #677441