diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-03-18 16:47:53 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-03-18 16:47:53 -0400 |
commit | d25e5f31490da2aee8b75d8a3aca338abc490f73 (patch) | |
tree | 0b8df3e0c1f84467e27612075ae86f443f5b5a6b | |
parent | 4ef50df54d3dad257afe2663f34dab3c06090b10 (diff) |
Changelog closes #1963, closes #1977
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 |