summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-09-24 11:05:34 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-09-24 11:05:34 -0400
commit02cd4d33bce25166283b3f26ddd5dd03b7013103 (patch)
tree3b2ddc8ab172c5068a8750e8855df08fc4a3ea95 /sites/www/changelog.rst
parenta84c64fb0b18116402d157faf60310462f84ccdb (diff)
parent0b7fa07df98bcf3b5e659980b28b2631569436dc (diff)
Merge branch '2.7' into master
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 6dc29569..5d5c2953 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,11 +2,12 @@
Changelog
=========
-- :bug:`1882` Newer server-side key exchange algorithms not intended to use
- SHA1 (``diffie-hellman-group14-sha256``, ``diffie-hellman-group16-sha512``)
- were incorrectly using SHA1 after all, due to a bug causing them to ignore
- the ``hash_algo`` class attribute. This has been corrected. Big thanks to
- Benno Rice for catch & patch.
+- :bug:`1462` (via :issue:`1882`) Newer server-side key exchange algorithms not
+ intended to use SHA1 (``diffie-hellman-group14-sha256``,
+ ``diffie-hellman-group16-sha512``) were incorrectly using SHA1 after all, due
+ to a bug causing them to ignore the ``hash_algo`` class attribute. This has
+ been corrected. Big thanks to ``@miverson`` for the report and to Benno Rice
+ for the patch.
- :feature:`1846` Add a ``prefetch`` keyword argument to `SFTPClient.get <paramiko.sftp_client.SFTPClient.get>`/`SFTPClient.getfo <paramiko.sftp_client.SFTPClient.getfo>`
so users who need to skip SFTP prefetching are able to conditionally turn it
off. Thanks to Github user ``@h3ll0r`` for the PR.