diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 16:01:10 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 16:01:10 -0800 |
commit | cca8c511f69e355bdce1534c6091d5c65e7f114c (patch) | |
tree | fbdb580631caffb5bdba25d341df3db80f76f14d /sites | |
parent | 87047cccb99914d75553bceeb9abb9afab00e6fb (diff) | |
parent | fc59b7db5d995d03cc502be906f6fab8e948228c (diff) |
Merge branch '1.13' into 1.14
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index e61614b2..02b42255 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`428` Fix an issue in `~paramiko.file.BufferedFile` (primarily used in + the SFTP modules) concerning incorrect behavior by + `~paramiko.file.BufferedFile.readlines` on files whose size exceeds the + buffer size. Thanks to ``@achapp`` for catch & patch. * :support:`422` Clean up some unused imports. Courtesy of Olle Lundberg. * :bug:`266` Change numbering of `~paramiko.transport.Transport` channels to start at 0 instead of 1 for better compatibility with OpenSSH & certain |