diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-02-04 16:00:53 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-02-04 16:00:53 -0800 |
commit | bdc60c3013466dfa2ee2d56a5abcb7277ed2b562 (patch) | |
tree | efd8754a599766d813faa3a45072d9d3aab913f2 /sites | |
parent | e2aeeed2c5feeaab4e8eab1adc614b2be21ab320 (diff) | |
parent | c5d0d6a2919ca2158b3f6271f7449faeeb3c865f (diff) |
Merge branch '1.15'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
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>` |