summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-06-03 19:55:51 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-06-03 19:55:51 -0400
commit0f3beefa5618ca46ea880eca696dca488fcc2bb6 (patch)
treeaae2a285cc2821c7e2b042bf28e2d2a08f0b74d5 /sites
parent00fce050cb33fb5ec1f13811c1ad8188cf11645d (diff)
parent92920c113740d768ccb311b103fdd744389304b1 (diff)
downloadparamiko-0f3beefa5618ca46ea880eca696dca488fcc2bb6.tar.gz
Merge branch '2.10' into 2.11
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 920bca10..87c5faf2 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,13 @@
Changelog
=========
+- :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
+ help somewhat with certain classes of memory leaks, resource warnings, and/or
+ 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