summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-12-17 15:35:09 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-12-17 15:35:09 -0800
commit0a73a54c745c2102b74f0e40514692448e942fec (patch)
tree7fab0015bfbc7b11c163a57a5ffc20bbfbb97403
parentd120ce4f06da5866c76e5e61196742a89f3c54c3 (diff)
downloadparamiko-0a73a54c745c2102b74f0e40514692448e942fec.tar.gz
Changelog re #415
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index d35ad788..9c2e2a0f 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`415` Fix ``ssh_config`` parsing to correctly interpret ``ProxyCommand
+ none`` as the lack of a proxy command, instead of as a literal command string
+ of ``"none"``. Thanks to Richard Spiers for the catch & Sean Johnson for the
+ fix.
* :support:`431` Replace handrolled ``ssh_config`` parsing code with use of the
``shlex`` module. Thanks to Yan Kalchevskiy.
* :support:`422` Clean up some unused imports. Courtesy of Olle Lundberg.