diff options
author | Colin Watson <cjwatson@debian.org> | 2016-07-23 11:46:27 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-07-23 11:46:27 +0100 |
commit | c50034e51c9b0ec96e6dc2c29b7ab445e9522e98 (patch) | |
tree | 5aa7128857ac5710679a59efc671989278ed79cc | |
parent | 70eb46353e6521b829d48e56257a498d7f181dcb (diff) |
Add note about upgrade problems.
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bd1d7c2b6..93c5ac21a 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,6 +1,10 @@ | |||
1 | openssh (1:7.2p2-7) UNRELEASED; urgency=medium | 1 | openssh (1:7.2p2-7) UNRELEASED; urgency=medium |
2 | 2 | ||
3 | * Don't stop the ssh-session-cleanup service on upgrade (closes: #832155). | 3 | * Don't stop the ssh-session-cleanup service on upgrade (closes: #832155). |
4 | This may cause SSH sessions to be killed on upgrade to *this* version if | ||
5 | you had previously installed 1:7.2p2-6. Sorry! If your session is | ||
6 | killed, you can recover using "dpkg --unpack" on this openssh-server | ||
7 | .deb, followed by "dpkg --configure -a". | ||
4 | * Recommend libpam-systemd from openssh-server. It's a much better | 8 | * Recommend libpam-systemd from openssh-server. It's a much better |
5 | solution than the above for systemd users, but I'm wary of depending on | 9 | solution than the above for systemd users, but I'm wary of depending on |
6 | it in case I cause an assortment of exciting dependency problems on | 10 | it in case I cause an assortment of exciting dependency problems on |