summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-02-27 20:58:39 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-02-27 20:58:39 -0500
commit2d350c134658392dfd7ffe55e101ff8a61bd3010 (patch)
treeab7dfd059661897dbe48d135d5a89390f6fef918 /sites/www/changelog.rst
parent578ae9dcfdb4b9973f784adb3b67f24b52d79989 (diff)
parent74ba0149347bfeb2f83ddd46672a2912aea51f23 (diff)
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 85fbe73e..6b30ff68 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,15 @@
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.
+* :bug:`652` Fix behavior of ``gssapi-with-mic`` auth requests so they fail
+ gracefully (allowing followup via other auth methods) instead of raising an
+ exception. Patch courtesy of ``@jamercee``.
* :feature:`588` Add missing file-like object methods for
`~paramiko.file.BufferedFile` and `~paramiko.sftp_file.SFTPFile`. Thanks to
Adam Meily for the patch.