summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-12-18 13:53:39 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-12-18 13:53:39 -0800
commitb09d6c0612e8601fb39e4bdb1e6cc45f574ba6f6 (patch)
tree04d9524670444fe0eaacd26c382598f82d1fb11d /sites
parent681f32583fe052c0516a2fda67e163169676ad11 (diff)
parente088252f4d3e3946850787fd854f4a790cb9a8c3 (diff)
Merge branch '1.14' into 1.15
Conflicts: sites/www/changelog.rst
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 4e56ad1f..bf76d984 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:`455` Tweak packet size handling to conform better to the OpenSSH RFCs;
this helps address issues with interactive program cursors. Courtesy of Jeff
Quast.