summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-11 15:11:23 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-11 15:11:23 -0800
commit40708571bc53cd8db4cd9655f81a9cca1ff855aa (patch)
tree352c01d885928d400cb4846ab46c6488492008b6 /sites/www
parenta31dcf1913a8c40bae37c6305e30c3cd1fdcfb24 (diff)
parentc73616b5b34e10fa40dede6b93f98c212869b056 (diff)
Merge branch 'banner-functionality'
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst2
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.