summaryrefslogtreecommitdiffhomepage
path: root/sites
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:41:18 -0400
commitb924489765a4baccd977fe15096026175aca9894 (patch)
treed6e26947dfe5ffe496958a4bc35c5a57acbd6481 /sites
parent3853951b304c34a97ddb39204c5b47d944f2498a (diff)
Changelog re #2002, re #2003, closes #2002
Diffstat (limited to 'sites')
-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.