summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-03-18 16:48:50 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-03-18 16:48:50 -0400
commitb9292e02106a81f522983c71187c29388d4b8e72 (patch)
treee84f0c191ce04fa0110a3220748ab694eefcf090 /sites
parent9cdd965cd9edd645364e905be1644b492bf581a1 (diff)
parentd25e5f31490da2aee8b75d8a3aca338abc490f73 (diff)
downloadparamiko-b9292e02106a81f522983c71187c29388d4b8e72.tar.gz
Merge branch '2.9' into 2.10
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 20fa786f..0b669c55 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.
- :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