summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-10-09 17:35:52 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-10-09 17:35:52 -0400
commiteef08a9dfd4d17323ae6b25acef609b34467b691 (patch)
treef9b255cb9877af84ae0d86e7b336dda1b7016f21
parent842adf958b5012c159fdf0725d0c2892f6a045fa (diff)
downloadparamiko-eef08a9dfd4d17323ae6b25acef609b34467b691.tar.gz
Classify bug as major in case I don't cut a bugfix for 2.7
-rw-r--r--sites/www/changelog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 55a6a785..24207a37 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -14,8 +14,8 @@ Changelog
- Invoke/invocations (used by maintainers/contributors) upgraded to modern
versions
-- :bug:`1462` (via :issue:`1882`) Newer server-side key exchange algorithms not
- intended to use SHA1 (``diffie-hellman-group14-sha256``,
+- :bug:`1462 major` (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