diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 16:19:58 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 16:19:58 -0800 |
commit | fb5f3209949085dc29b4f64a2e38e5b59ed86657 (patch) | |
tree | b4a8688e9c750ff7c27b16a00a58b34f526d78f6 /sites/www | |
parent | e3bf27f64585f7022ec3f45bcc5ba387eac7cfe1 (diff) |
We never added a changelog entry re #681!
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 822a16c4..7c826532 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.) |