summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-03-18 16:40:38 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-03-18 17:00:07 -0400
commit6af11051451f7c470fbf5a30299c78ba160f13bc (patch)
tree72456451a6b1bd19d7eecf5abab7e6ced462f49e
parenta02c1657dc79e5e25ed0424faa5db66ecda8c4a2 (diff)
downloadparamiko-6af11051451f7c470fbf5a30299c78ba160f13bc.tar.gz
Changelog re #2002, re #2003, closes #2002
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 0d1fd19e..85fb1465 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -5,6 +5,10 @@ Changelog
- :bug:`1963` (via :issue:`1977`) Certificate-based pubkey auth was
inadvertently broken when adding SHA2 support; this has been fixed. Reported
by Erik Forsberg and fixed by Jun Omae.
+- :bug:`2002` (via :issue:`2003`) Switch from module-global to thread-local
+ storage when recording thread IDs for a logging helper; this should avoid one
+ flavor of memory leak for long-running processes. Catch & patch via Richard
+ Kojedzinszky.
- :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