summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-12 12:55:25 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-12 12:55:25 -0700
commitdd7bc78eaadd76c6991e276387e4c2675a766120 (patch)
tree270818abec47ecaf0fa0d78ffa1a50bc12ef2642
parent2e97935bd3aaccd9ed08ada35775a92684eddcf5 (diff)
downloadparamiko-dd7bc78eaadd76c6991e276387e4c2675a766120.tar.gz
Master changelog entry re: #1056 #1057 #1058 #1059
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 431db78d..a8c58322 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`1055` (also :issue:`1056`, :issue:`1057`, :issue:`1058`, :issue:`1059`)
+ Fix up host-key checking in our GSSAPI support, which was previously using an
+ incorrect API call. Thanks to Anselm Kruis for the patches.
* :release:`1.17.5 <2017-06-09>`
* :bug:`971 (1.17+)` Allow any type implementing the buffer API to be used with
`BufferedFile <paramiko.file.BufferedFile>`, `Channel