summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-02-27 19:40:09 -0800
committerJeff Forcier <jeff@bitprophet.org>2013-02-27 19:40:09 -0800
commitbf4b535920eee426ceae1ade30a62e7afd698619 (patch)
treea9b9eaf807a15755bd1a5e05874d31e5203cd655 /NEWS
parent2f1daad1b9dfb2a8ff38795d5b3a1d95765a0ea4 (diff)
downloadparamiko-bf4b535920eee426ceae1ade30a62e7afd698619.tar.gz
Changelog re #128
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6a70e860..53d87fde 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ Releases
v1.10.0 (DD MM YYYY)
--------------------
+* #128: Defer FQDN resolution until needed, when parsing SSH config files. This
+ will speed up some operations on systems whose local hostnames are not in
+ DNS. Thanks to Parantapa Bhattacharya for catch & patch.
* #102: Forego random padding for packets when running under `*-ctr` ciphers.
This corrects some slowdowns on platforms where random byte generation is
inefficient (e.g. Windows). Thanks to `@warthog618` for catch & patch, and