diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-28 15:52:35 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-28 15:52:35 -0700 |
commit | 2d8f8ee05a2961030c03ef8b7a3c0c3d9219520b (patch) | |
tree | 8b1296f6ace63403b05c157428d2638f7eb64a7f /sites/www/changelog.rst | |
parent | eed9d0fcd5fe64b3ce4206968caa84d0916440c9 (diff) |
Update some backported support tickets as 1.15+
Including 612 which should've been marked backported
but was not.
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index cd435bc6..3c9bb523 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -12,19 +12,20 @@ Changelog * :bug:`577` (via :issue:`578`; should also fix :issue:`718`, :issue:`560`) Fix stalled/hung SFTP downloads by cleaning up some threading lock issues. Thanks to Stephen C. Pope for the patch. -* :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``, +* :support:`729 (1.15+)` Clean up ``setup.py`` to always use ``setuptools``, not doing so was a historical artifact from bygone days. Thanks to Alex Gaynor. -* :support:`621 backported` Annotate some public attributes on +* :support:`621 (1.15+)` Annotate some public attributes on `~paramiko.channel.Channel` such as ``.closed``. Thanks to Sergey Vasilyev for the report. * :bug:`632` Fix logic bug in the SFTP client's callback-calling functionality; previously there was a chance the given callback would fire twice at the end of a transfer. Thanks to ``@ab9-er`` for catch & original patch. -* :support:`612` Identify & work around a race condition in the test for - handshake timeouts, which was causing frequent test failures for a subset of - contributors as well as Travis-CI (usually, but not always, limited to Python - 3.5). Props to Ed Kellett for assistance during some of the troubleshooting. +* :support:`612 (1.15+)` Identify & work around a race condition in the test + for handshake timeouts, which was causing frequent test failures for a subset + of contributors as well as Travis-CI (usually, but not always, limited to + Python 3.5). Props to Ed Kellett for assistance during some of the + troubleshooting. * :support:`697` Remove whitespace in our ``setup.py``'s ``install_requires`` as it triggers occasional bugs in some versions of ``setuptools``. Thanks to Justin Lecher for catch & original patch. |