diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 14:09:33 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 14:09:33 -0700 |
commit | e2206bc9a6ec2d4eae316a12fef50fc898d6db12 (patch) | |
tree | 21dfd4f739e5b84b63d11429022aabeb7dc8a004 /sites | |
parent | d3af63ac5edc06cb07ad3f2afb5a30a2f79713b6 (diff) |
Changelog re #617, #679, #678, #685.
Also re https://github.com/fabric/fabric/issues/1429 but IDK if Github will tickle that repo correctly :D
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 32b5752b..d7c7fa8a 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`617` (aka `fabric/fabric#1429 + <https://github.com/fabric/fabric/issues/1429>`_; via :issue:`679`; related: + :issue:`678`, :issue:`685`) Fix up + `~paramiko.ssh_exception.NoValidConnectionsError` so it pickles correctly. + Thanks to Rebecca Schlussel for the report & Marius Gedminas for the patch. * :bug:`613` (via :issue:`619`) Update to ``jaraco.windows`` 3.4.1 to fix some errors related to ``ctypes`` on Windows platforms. Credit to Jason R. Coombs. * :support:`621 backported` Annotate some public attributes on |