summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-10 00:27:24 +0000
committerColin Watson <cjwatson@debian.org>2014-02-10 02:40:28 +0000
commita2b8818c5d21cfcba443625251f691a2ea3a29c7 (patch)
tree8fe1fe448cde57eecf71a7bcd57186661b90313f /debian/changelog
parentd399ecd8eb7d4aed3b7ba0d2727e619607fb901b (diff)
parentee8d8b97cc2c6081df3af453a228992b87309ec4 (diff)
Merge 6.5p1.
* New upstream release (http://www.openssh.com/txt/release-6.5, LP: #1275068): - ssh(1): Add support for client-side hostname canonicalisation using a set of DNS suffixes and rules in ssh_config(5). This allows unqualified names to be canonicalised to fully-qualified domain names to eliminate ambiguity when looking up keys in known_hosts or checking host certificate names (closes: #115286).
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 544aab882..38869d995 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
1openssh (1:6.4p1-3) UNRELEASED; urgency=medium 1openssh (1:6.5p1-1) UNRELEASED; urgency=medium
2 2
3 * New upstream release (http://www.openssh.com/txt/release-6.5,
4 LP: #1275068):
5 - ssh(1): Add support for client-side hostname canonicalisation using a
6 set of DNS suffixes and rules in ssh_config(5). This allows
7 unqualified names to be canonicalised to fully-qualified domain names
8 to eliminate ambiguity when looking up keys in known_hosts or checking
9 host certificate names (closes: #115286).
3 * Switch to git; adjust Vcs-* fields. 10 * Switch to git; adjust Vcs-* fields.
4 * Convert to git-dpm, and drop source package documentation associated 11 * Convert to git-dpm, and drop source package documentation associated
5 with the old bzr/quilt patch handling workflow. 12 with the old bzr/quilt patch handling workflow.