summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-02-27 17:21:51 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-02-27 17:21:51 -0800
commit6e1b0e74ddec41a95e0db4c0a60d81176e9de429 (patch)
tree0eeecb653872cdb5f2abf461d3c9cae1c6d21f47
parent9855de91b881e66f13440a7b50225c52670e9e22 (diff)
downloadparamiko-1.13.tar.gz
Changelog re #6971.13
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 234a8c8a..2f0ce535 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :support:`697` Remove whitespace in our ``setup.py``'s ``install_requires``
+ as it triggers occasional bugs in some versions of ``setuptools``. Thanks to
+ Justin Lecher for catch & original patch.
* :bug:`499` Strip trailing/leading whitespace from lines when parsing SSH
config files - this brings things in line with OpenSSH behavior. Thanks to
Alfredo Esteban for the original report and Nick Pillitteri for the patch.