diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-11-04 18:27:59 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-11-04 18:27:59 -0400 |
commit | 61e40d5ce7631333ccfd35196a0c32e41a112bf7 (patch) | |
tree | 5f122e0c8b803ae03e440fcb8d9d36dacd0e1eb4 | |
parent | 91184a148e1dcff559250daab88ab04e87a1f1fd (diff) | |
parent | bfb98fe80e4af5fe1fff553293fb0e6f24cd31db (diff) |
Merge branch '2.11'
-rw-r--r-- | sites/www/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 3c39f743..88c45a3d 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -6,6 +6,7 @@ Changelog `SSHClient.connect <paramiko.client.SSHClient.connect>` for advanced users to gain more control over early Transport setup and manipulation. Thanks to Noah Pederson for the patch. +- :release:`2.10.6 <2022-11-04>` - :bug:`1822` (via, and relating to, far too many other issues to mention here) Update `~paramiko.client.SSHClient` so it explicitly closes its wrapped socket object upon encountering socket errors at connection time. This should |