diff options
-rw-r--r-- | debian/NEWS | 8 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 0c4cbf297..6f4564ba7 100644 --- a/debian/NEWS +++ b/debian/NEWS | |||
@@ -42,6 +42,14 @@ openssh (1:7.1p1-2) unstable; urgency=medium | |||
42 | 42 | ||
43 | -- Colin Watson <cjwatson@debian.org> Tue, 08 Dec 2015 15:33:08 +0000 | 43 | -- Colin Watson <cjwatson@debian.org> Tue, 08 Dec 2015 15:33:08 +0000 |
44 | 44 | ||
45 | openssh (1:6.9p1-1) unstable; urgency=medium | ||
46 | |||
47 | UseDNS now defaults to 'no'. Configurations that match against the client | ||
48 | host name (via sshd_config or authorized_keys) may need to re-enable it or | ||
49 | convert to matching against addresses. | ||
50 | |||
51 | -- Colin Watson <cjwatson@debian.org> Thu, 20 Aug 2015 10:38:58 +0100 | ||
52 | |||
45 | openssh (1:6.7p1-5) unstable; urgency=medium | 53 | openssh (1:6.7p1-5) unstable; urgency=medium |
46 | 54 | ||
47 | openssh-server 1:6.7p1-4 changed the default setting of AcceptEnv to list | 55 | openssh-server 1:6.7p1-4 changed the default setting of AcceptEnv to list |
diff --git a/debian/changelog b/debian/changelog index 3d97a51fd..ac2268f2e 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -7,6 +7,8 @@ openssh (1:7.2p2-6) UNRELEASED; urgency=medium | |||
7 | #766887). | 7 | #766887). |
8 | * Set SSH_PROGRAM=/usr/bin/ssh1 when building openssh-client-ssh1 so that | 8 | * Set SSH_PROGRAM=/usr/bin/ssh1 when building openssh-client-ssh1 so that |
9 | scp1 works (reported by Olivier MATZ). | 9 | scp1 works (reported by Olivier MATZ). |
10 | * Retroactively add a NEWS.Debian entry for the UseDNS change in 6.9 (see | ||
11 | LP #1588457). | ||
10 | 12 | ||
11 | -- Colin Watson <cjwatson@debian.org> Sat, 30 Apr 2016 11:29:20 +0100 | 13 | -- Colin Watson <cjwatson@debian.org> Sat, 30 Apr 2016 11:29:20 +0100 |
12 | 14 | ||