summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-06-03 19:33:23 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-06-03 19:37:56 -0400
commit5a2dc1c20dc8ab89993d2db3141c9f9998b3b4e4 (patch)
tree4b69aba617a697bb5e990fc529726f53768d1c86
parentf6a64459a6f010f915ff0ec17cfb42dbc39e996d (diff)
downloadparamiko-5a2dc1c20dc8ab89993d2db3141c9f9998b3b4e4.tar.gz
Changelog re #1822, closes #1822
-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 af1cef05..e82a65b1 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``.
- :support:`1985` Add ``six`` explicitly to install-requires; it snuck into
active use at some point but has only been indicated by transitive dependency
on ``bcrypt`` until they somewhat-recently dropped it. This will be