summaryrefslogtreecommitdiffhomepage
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:59:51 -0700
commit2e774b2bacb7feeca421e5987c7531944b3f35fb (patch)
treec47b3b637025983a146e63c2969610a0560ffae7
parenta859ddabc1f83ed95516812e18e68ed392ca7a71 (diff)
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 12c8cb03..945217d1 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.
* :support:`1012` (via :issue:`1016`) Enhance documentation around the new
`SFTP.posix_rename <paramiko.sftp_client.SFTPClient.posix_rename>` method so
it's referenced in the 'standard' ``rename`` method for increased visibility.