summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-05 16:21:00 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 16:21:00 -0800
commitd2f83a1fd84222692ae779492ef50b82b3837e67 (patch)
treefa136ae88122ef2560a841066b8e5d8a278ded42 /sites/www/changelog.rst
parent40d9aebbb20f0a436f0542d860582104793879fd (diff)
parentfb5f3209949085dc29b4f64a2e38e5b59ed86657 (diff)
Merge branch '1.17' into 2.0
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 0073d560..f2d85793 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :bug:`681` Fix a Python3-specific bug re: the handling of read buffers when
+ using ``ProxyCommand``. Thanks to Paul Kapp for catch & patch.
* :support:`819 backported (>=1.15,<2.0)` Document how lacking ``gmp`` headers
at install time can cause a significant performance hit if you build PyCrypto
from source. (Most system-distributed packages already have this enabled.)