summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-12 13:01:26 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-12 13:01:26 -0700
commit2023a083888c1b4c1e7ef9f0595436630ba37f8e (patch)
treef8935aafabed6cd5896231841ad47ee1d78318fb /sites/www/changelog.rst
parent7fb1bf13a1173de679a1c1fea1533c471c84f610 (diff)
parentd446cf23c2a7765e3f4b3202f3dc3cba4c3b5c45 (diff)
Merge branch '2.2'
Diffstat (limited to 'sites/www/changelog.rst')
-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 5728a281..c3640a38 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:`979` Update how we use `Cryptography <https://cryptography.io>`_'s
signature/verification methods so we aren't relying on a deprecated API.
Thanks to Paul Kehrer for the patch.