diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-11-12 13:55:56 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-11-12 13:55:56 -0800 |
commit | ee06fc8f634b424b026afde3b853f8c321b1919f (patch) | |
tree | eb8a5d43194dbf56d211a16ccb7766f7aae12cf7 /sites/www | |
parent | b3d703e984f2046f8eb208e3c82f8bf5c7c49d6a (diff) |
Changelog re #429
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 91d4daa7..3f05caf7 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`429` Server-level debug message logging was overlooked during the + Python 3 compatibility update; Python 3 clients attempting to log SSH debug + packets encountered type errors. This is now fixed. Thanks to ``@mjmaenpaa`` + for the catch. * :bug:`320` Update our win_pageant module to be Python 3 compatible. Thanks to ``@sherbang`` and ``@adamkerz`` for the patches. * :support:`378 backported` Minor code cleanup in the SSH config module |