summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-02-27 19:49:29 -0800
committerJeff Forcier <jeff@bitprophet.org>2013-02-27 19:49:29 -0800
commitb9242c654abd3ec5137f482436f57a306b151573 (patch)
tree401800c83e6813664329fd839f3a4c54c5853caf /NEWS
parent9d2fb82284a42de81bcb35d2536e682687d1bd81 (diff)
downloadparamiko-b9242c654abd3ec5137f482436f57a306b151573.tar.gz
Changelog re #110
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 53d87fde..7b45d621 100644
--- a/NEWS
+++ b/NEWS
@@ -15,9 +15,10 @@ 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.
+* #110: Honor SSH config `AddressFamily` setting when looking up local
+ host's FQDN. Thanks to John Hensley for the patch.
+* #128: Defer FQDN resolution until needed, when parsing SSH config files.
+ 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