diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-01-19 14:46:39 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-01-19 14:46:41 -0800 |
commit | 1919014fa649d32dec4039f2b8c115233c082418 (patch) | |
tree | b9573995be265fcfb2d685537b8c412e7215a8e9 | |
parent | 10bb1772ed86c0b0f13b548f25bf51dd0bdf80c4 (diff) |
Changelog re #499, re #656
Closes #499
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0eaa3f25..234a8c8a 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. * :support:`636` Clean up and enhance the README (and rename it to ``README.rst`` from just ``README``). Thanks to ``@LucasRMehl``. * :bug:`401` Fix line number reporting in log output regarding invalid |