summaryrefslogtreecommitdiff
path: root/sites/www
diff options
context:
space:
mode:
author[Stephen D. Van Hooser] <[vanhoosr@brandeis.edu]>2016-02-03 18:02:22 -0500
committerJeff Forcier <jeff@bitprophet.org>2016-04-25 10:05:08 -0700
commit24f3ed3fccb6b4321fefb9f1b3fdb0c1067f6a26 (patch)
tree71f998449aae99c76ae5e665b11734ebbc171afc /sites/www
parent036e550ff77de1988ad376b26b439fa105ae00a5 (diff)
downloadparamiko-24f3ed3fccb6b4321fefb9f1b3fdb0c1067f6a26.tar.gz
paramiko.sftp_file.prefetch now backwards compatible
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst2
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.