diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-12-18 13:53:26 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-12-18 13:53:26 -0800 |
commit | e088252f4d3e3946850787fd854f4a790cb9a8c3 (patch) | |
tree | af1523136418ba54583b73da06bbf63bc6d6acb9 /sites/www/changelog.rst | |
parent | cca8c511f69e355bdce1534c6091d5c65e7f114c (diff) | |
parent | 741b4fbb9322a45282e86958c92b1b6706c07f8c (diff) |
Merge branch '1.13' into 1.14
Diffstat (limited to 'sites/www/changelog.rst')
-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 02b42255..150cd491 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`413` (also :issue:`414`, :issue:`420`, :issue:`454`) Be significantly + smarter about polling & timing behavior when running proxy commands, to avoid + unnecessary (often 100%!) CPU usage. Major thanks to Jason Dunsmore for + report & initial patchset and to Chris Adams & John Morrissey for followup + improvements. * :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 |