diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-11 15:11:23 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-11 15:11:23 -0800 |
commit | 40708571bc53cd8db4cd9655f81a9cca1ff855aa (patch) | |
tree | 352c01d885928d400cb4846ab46c6488492008b6 /sites/www | |
parent | a31dcf1913a8c40bae37c6305e30c3cd1fdcfb24 (diff) | |
parent | c73616b5b34e10fa40dede6b93f98c212869b056 (diff) |
Merge branch 'banner-functionality'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 47946a27..1b82c63b 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :feature:`58` Allow client code to access the stored SSH server banner via + ``Transport.get_banner()``. Thanks to ``@Jhoanor`` for the patch. * :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some SFTP servers regarding request/response ordering. Thanks to Richard Kettlewell for catch & patch. |