diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 21:06:51 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 21:06:51 -0700 |
commit | 0390eebb828ac52a8fe07d7279a4d534c8d0a04f (patch) | |
tree | 0b98e1b45265629d4288708c4009963265975088 | |
parent | 60878f34c11002bdedb2b5e96ef5836425e8adc3 (diff) | |
parent | 59a69222b447b0f7562ce411523c97aba270e686 (diff) |
Merge branch '1.16' into 1.17
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a31cbd54..dd7f3644 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -* :bug:`673` (via :issue:`681`) Fix protocol banner read errors +* :bug:`673 (1.16+)` (via :issue:`681`) Fix protocol banner read errors (``SSHException``) which would occasionally pop up when using ``ProxyCommand`` gatewaying. Thanks to ``@Depado`` for the initial report and Paul Kapp for the fix. |