diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-05 17:44:14 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-05 17:55:49 -0700 |
commit | 3b7a0095ce871432219fdd3d1a23faf65458ba79 (patch) | |
tree | 467204b86c24ef12cd6ecfd80aa9a24679878917 /sites/www/changelog.rst | |
parent | cf012007eb793954a09662935c06c8858381cd3c (diff) |
Changelog re #1013
Diffstat (limited to 'sites/www/changelog.rst')
-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 4198e927..3a9409b3 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :feature:`1013` Added pre-authentication banner support for the server + interface (`ServerInterface.get_banner + <paramiko.server.ServerInterface.get_banner>` plus related support in + ``Transport/AuthHandler``.) Patch courtesy of Dennis Kaarsemaker. * :bug:`60 major` (via :issue:`1037`) Paramiko originally defaulted to zlib compression level 9 (when one connects with ``compression=True``; it defaults to off.) This has been found to be quite wasteful and tends to cause much |