summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-02-04 16:00:50 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-02-04 16:00:50 -0800
commitc5d0d6a2919ca2158b3f6271f7449faeeb3c865f (patch)
treeb22c1d902ed9aea28112a26d5f98ffee405efa02
parent394e269a081e6cf07d38fa5a375f0a03374c0d2b (diff)
downloadparamiko-c5d0d6a2919ca2158b3f6271f7449faeeb3c865f.tar.gz
Changelog fixes #402, closes #479
-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 bb93f885..6520dde4 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`402` Check to see if an SSH agent is actually present before trying to
+ forward it to the remote end. This replaces what was usually a useless
+ ``TypeError`` with a human-readable ``AuthenticationError``. Credit to Ken
+ Jordan for the fix and Yvan Marques for original report.
* :release:`1.15.2 <2014-12-19>`
* :release:`1.14.2 <2014-12-19>`
* :release:`1.13.3 <2014-12-19>`