diff options
author | Colin Watson <cjwatson@debian.org> | 2015-03-22 23:16:27 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-03-22 23:16:27 +0000 |
commit | a025bbb8e3da7013fd143def3afaf1d0399f05f1 (patch) | |
tree | 44c393e39010a00f63ec3c142eb2daeffe3e7875 /debian/NEWS | |
parent | 07133900300496bea64634492d8b62c311181c02 (diff) |
Add a NEWS.Debian entry documenting this reversion, as it is too difficult to undo the sshd_config change automatically without compounding the problem of (arguably) overwriting user configuration.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 7a67e1528..9fbb9db5e 100644 --- a/debian/NEWS +++ b/debian/NEWS | |||
@@ -1,3 +1,16 @@ | |||
1 | openssh (1:6.7-5) unstable; urgency=medium | ||
2 | |||
3 | openssh-server 1:6.7p1-4 changed the default setting of AcceptEnv to list | ||
4 | a number of specific LC_FOO variables rather than the wildcard LC_*. I | ||
5 | have since been persuaded that this was a bad idea and have reverted it, | ||
6 | but it is difficult to automatically undo the change to | ||
7 | /etc/ssh/sshd_config without compounding the problem (that of modifying | ||
8 | configuration that some users did not want to be modified) further. Most | ||
9 | users who upgraded via version 1:6.7p1-4 should restore the previous value | ||
10 | of "AcceptEnv LANG LC_*" in /etc/ssh/sshd_config. | ||
11 | |||
12 | -- Colin Watson <cjwatson@debian.org> Sun, 22 Mar 2015 23:09:32 +0000 | ||
13 | |||
1 | openssh (1:5.4p1-2) unstable; urgency=low | 14 | openssh (1:5.4p1-2) unstable; urgency=low |
2 | 15 | ||
3 | Smartcard support is now available using PKCS#11 tokens. If you were | 16 | Smartcard support is now available using PKCS#11 tokens. If you were |