summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-01-19 14:47:36 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-01-19 14:47:36 -0800
commite3b11da1ff61655838e7dd75735685adfa30bc64 (patch)
tree22c3b3b2c36e504eaae3e5124e53c2a3db1b4d9a /sites
parentade0c259ee1ad630a53998c77ce1d852e417aa50 (diff)
parent670e0fa7b9a80624cca5432720f8ff4ff9b3ef19 (diff)
Merge branch '1.16'
Diffstat (limited to 'sites')
-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 b6d95d59..f87a6f83 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :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``.