summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-04-28 18:08:55 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-04-28 18:08:55 -0700
commit675d79d743be0b9753ef36ca25b3af5e38de0ae2 (patch)
treec9417247199d1b92e89a443d990fe0aabbd37204 /NEWS
parenta1fa1ba9cc2cf6cc65ffebb629da30333de84058 (diff)
parentaee2355d24277405867a8cb4ce8ce9616fee9d5b (diff)
Merge pull request #153 from glasserc/log_bad_hostkeys
Warn on parse failure when reading known_hosts
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36a00220..ef85effe 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,8 @@ v1.11.0 (DD MM YYYY)
v1.10.2 (DD MM 2013)
--------------------
+* #153, #67: Warn on parse failure when reading known_hosts
+ file. Thanks to `@glasserc` for patch.
* #146: Indentation fixes for readability. Thanks to Abhinav Upadhyay for catch
& patch.