summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-06-06 11:32:36 +0100
committerColin Watson <cjwatson@debian.org>2016-06-06 11:32:36 +0100
commit79139a04a0183cd47f3e837fa76fe5d51e62fcc9 (patch)
tree8147b24d7bc105ad5300df2f8cda41170f5c2d82 /debian
parent3b3e159dfe3bc620a97159d0887492eec9f534d6 (diff)
Retroactively add a NEWS.Debian entry for the UseDNS change in 6.9 (see LP #1588457).
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS8
-rw-r--r--debian/changelog2
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
45openssh (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
45openssh (1:6.7p1-5) unstable; urgency=medium 53openssh (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