diff options
author | [Stephen D. Van Hooser] <[vanhoosr@brandeis.edu]> | 2016-02-03 18:02:22 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 10:05:08 -0700 |
commit | 24f3ed3fccb6b4321fefb9f1b3fdb0c1067f6a26 (patch) | |
tree | 71f998449aae99c76ae5e665b11734ebbc171afc /sites/www/changelog.rst | |
parent | 036e550ff77de1988ad376b26b439fa105ae00a5 (diff) |
paramiko.sftp_file.prefetch now backwards compatible
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index eb89a4ee..dcad7fe6 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :bug:`676` paramiko.sftp_file.prefetch is now backwards compatible with + previous versions of paramiko (1.15 to 1.5) * :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. |