summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-18 12:30:52 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-18 12:30:52 -0700
commitb6765c6cb36c298e4b873b51621b899532d369a6 (patch)
tree7e963ddfa8b6b947d5d3034e23efb5b9396c423f
parentdd7bc78eaadd76c6991e276387e4c2675a766120 (diff)
downloadparamiko-b6765c6cb36c298e4b873b51621b899532d369a6.tar.gz
Fix incorrect changelog branch stuff.
Really starting to think we oughtta just move to one changelog file per major family :(
-rw-r--r--sites/www/changelog.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index a8c58322..519766c7 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,9 +2,10 @@
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.
+* :bug:`1055 (1.17+)` (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