diff options
author | Colin Watson <cjwatson@debian.org> | 2016-07-29 02:22:51 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-07-29 02:22:51 +0100 |
commit | 556ee3d2d433dc70512003667398f0979b0940a9 (patch) | |
tree | 9fa699e1bc8e37a6b4b4b23136ffc5e239f619cc /debian/changelog | |
parent | cf165e2bc4e2f60bd8abb807ba333950412516d0 (diff) |
Stop enabling ssh-session-cleanup.service by default; instead, ship it as an example and add a section to README.Debian. libpam-systemd >= 230 and "UsePAM yes" should take care of the original problem for most systemd users (thanks, Michael Biebl; closes: #832155).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e81c667cc..0977bc8c9 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,12 @@ | |||
1 | openssh (1:7.2p2-8) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Stop enabling ssh-session-cleanup.service by default; instead, ship it | ||
4 | as an example and add a section to README.Debian. libpam-systemd >= 230 | ||
5 | and "UsePAM yes" should take care of the original problem for most | ||
6 | systemd users (thanks, Michael Biebl; closes: #832155). | ||
7 | |||
8 | -- Colin Watson <cjwatson@debian.org> Thu, 28 Jul 2016 22:04:37 +0100 | ||
9 | |||
1 | openssh (1:7.2p2-7) unstable; urgency=medium | 10 | openssh (1:7.2p2-7) unstable; urgency=medium |
2 | 11 | ||
3 | * Don't stop the ssh-session-cleanup service on upgrade (closes: #832155). | 12 | * Don't stop the ssh-session-cleanup service on upgrade (closes: #832155). |