summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-12-17 16:00:58 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-12-17 16:00:58 -0800
commitfc59b7db5d995d03cc502be906f6fab8e948228c (patch)
tree583b06079609f45e188b7f77314af7e61898b639
parentb2f45f90350b46e69ebb677cb040b916c95fbc34 (diff)
downloadparamiko-fc59b7db5d995d03cc502be906f6fab8e948228c.tar.gz
Changelog closes #428
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index b65ecd42..99c28fbd 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