diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-12 16:10:35 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-12 16:10:35 -0800 |
commit | 5e6bb39179aacf5d33c48cb5ec6a4c8a95629ddc (patch) | |
tree | 2fa5b0684efb90bbb6ba1875aeb6dac51c259579 /sites | |
parent | 83cdb6e7031c392db819bf743a6a6067a2e6fc63 (diff) | |
parent | 4300732c8c392cb246fc7b2839e3700732846fff (diff) |
Merge branch '1.18' into 2.0
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index e71ba5a1..ab3a4ed6 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :release:`1.18.1 <2016-12-12>` +* :bug:`859` (via :issue:`860`) A tweak to the original patch implementing + :issue:`398` was not fully applied, causing calls to + `~paramiko.client.SSHClient.invoke_shell` to fail with ``AttributeError``. + This has been fixed. Patch credit: Kirk Byers. * :bug:`-` Accidentally merged the new features from 1.18.0 into the 2.0.x bugfix-only branch. This included merging a bug in one of those new features (breaking `~paramiko.client.SSHClient.invoke_shell` with an |