diff options
author | Nicolas François <nicolas.francois@centraliens.net> | 2013-08-16 00:45:22 +0200 |
---|---|---|
committer | Nicolas François <nicolas.francois@centraliens.net> | 2013-08-16 00:45:22 +0200 |
commit | 0047ae2042ec6dd529850a386ebfbab144f16690 (patch) | |
tree | 9a736e3b14ef2eb643b062301bba8ecb3dd2e534 /debian | |
parent | 820997101ab94b86df2f62eb6438437701200fed (diff) | |
download | shadow-0047ae2042ec6dd529850a386ebfbab144f16690.tar.gz |
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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
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 |