From 9cdd965cd9edd645364e905be1644b492bf581a1 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 18 Mar 2022 16:40:38 -0400 Subject: Changelog re #2002, re #2003, closes #2002 --- sites/www/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sites') 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. -- cgit v1.2.3 From d25e5f31490da2aee8b75d8a3aca338abc490f73 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 18 Mar 2022 16:47:53 -0400 Subject: Changelog closes #1963, closes #1977 --- sites/www/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sites') diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 48119f00..0d1fd19e 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ 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. - :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 -- cgit v1.2.3