# HG changeset patch # User Jeff Forcier <jeff@bitprophet.org> # Date 1367121029 25200 # Sat Apr 27 20:50:29 2013 -0700 # Node ID 0a3c8c16f27e7c813fb06e0bd004b7780a34deb7 # Parent 2cde9d564ce6952a8d60cb2dd6769d30ff7a9de7 Changelog re #87 diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -24,6 +24,10 @@ dependent on ctypes for constructing appropriate structures and had ctypes implementations of all functionality. Thanks to Jason R. Coombs for the patch. +* #87: Ensure updates to `known_hosts` files account for any updates to said + files after Paramiko initially read them. (Includes related fix to guard + against duplicate entries during subsequent `known_hosts` loads.) Thanks to + `@sunweaver` for the contribution. v1.10.1 (5th Apr 2013) ----------------------