diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-11-05 11:22:07 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-11-05 11:22:07 -0800 |
commit | fd5e29b5a8aff1fe9f11f9f7bee5f0eb85ae569a (patch) | |
tree | 5df1b9f6b53ad38211fb962f0e02c76f963faf56 | |
parent | 786920a3208fa335f334689d65b7302e9d52a568 (diff) |
Somehow missed a pretty important change in the changelog
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ v1.8.1 (DD MM YYYY) v1.8.0 (3rd Oct 2012) --------------------- +* #17 ('ssh' 28): Fix spurious `NoneType has no attribute 'error'` and similar + exceptions that crop up on interpreter exit. * 'ssh' 32: Raise a more useful error explaining which `known_hosts` key line was problematic, when encountering `binascii` issues decoding known host keys. Thanks to `@thomasvs` for catch & patch. |