summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-04-27 20:50:29 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-04-27 20:50:29 -0700
commit6747d9944af483796890809b37a9cb260e08ee6d (patch)
tree208ee5d14ae641e6ebde6baf8904b1618b74246a
parent1b928df15ec4b95b0f96f26dc3740f1a0a91ca4a (diff)
Changelog re #87
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2bb5341f..2b498987 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ v1.11.0 (DD MM YYYY)
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)
----------------------