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 16:40:38 -0400
commit9cdd965cd9edd645364e905be1644b492bf581a1 (patch)
treed462298b79c866c8ab2bad941b33377f110f24c2
parent8506148cb01f6869e3184156c80bee26510961d5 (diff)
downloadparamiko-9cdd965cd9edd645364e905be1644b492bf581a1.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 ff2be259..20fa786f 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+- :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.
- :release:`2.10.2 <2022-03-14>`
- :bug:`2001` Fix Python 2 compatibility breakage introduced in 2.10.1. Spotted
by Christian Hammond.