summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-11-04 18:10:34 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-11-04 18:10:34 -0400
commit2443fcbe5704175de937c95d90dfc320f85cc580 (patch)
tree93ef3c37de916508427684323a9894a86d08673e
parent94110e151ce57b78225aab7ae9d227ab2b6d7edd (diff)
parentfd6e3b488987dc56f86f3d3946633e76ece6d943 (diff)
downloadparamiko-2443fcbe5704175de937c95d90dfc320f85cc580.tar.gz
Merge branch '2.11'
-rw-r--r--sites/www/changelog.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 603e1ad8..1d1aa25c 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -13,11 +13,11 @@ Changelog
errors (though we hasten to remind everyone that Client and Transport have
their own ``.close()`` methods for use in non-error situations!). Patch
courtesy of ``@YoavCohen``.
-- bug:`1637` (via :issue:`1599`) Raise `SSHException` explicitly when blank
- private key data is loaded, instead of the natural result of ``IndexError``.
- This should help more bits of Paramiko or Paramiko-adjacent codebases to
- correctly handle this class of error. Credit: Nicholas Dietz.
-- :release:`2.11.0 <2022-05-16>`
+- bug:`1637` (via :issue:`1599`) Raise `~paramiko.ssh_exception.SSHException`
+ explicitly when blank private key data is loaded, instead of the natural
+ result of ``IndexError``. This should help more bits of Paramiko or
+ Paramiko-adjacent codebases to correctly handle this class of error. Credit:
+ Nicholas Dietz.
- :release:`2.10.5 <2022-05-16>`
- :release:`2.9.5 <2022-05-16>`
- :bug:`1933` Align signature verification algorithm with OpenSSH re: