diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 10:31:36 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 10:31:36 -0700 |
commit | 48ec43b2009ca5fd8b417849fa73af20b43d1c18 (patch) | |
tree | 98bfe9efb49817d9aa8b3153b6a3db78f15b0b19 /sites | |
parent | dfc7b66f3ccd659fe8ffc4ba5bd108a27704182a (diff) | |
parent | 3b8ebc9292f22aaeeb3979260cd91a2969fff166 (diff) |
Merge branch '1.16' into 1.17
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 08c74d05..6e966f99 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`676` (via :issue:`677`) Fix a backwards incompatibility issue that + cropped up in `SFTPFile.prefetch <~paramiko.sftp_file.prefetch>` re: the + erroneously non-optional ``file_size`` parameter. Should only affect users + who manually call ``prefetch``. Thanks to ``@stevevanhooser`` for catch & + patch. * :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. |