Changelog re #110
This commit is contained in:
parent
9d2fb82284
commit
b9242c654a
7
NEWS
7
NEWS
|
@ -15,9 +15,10 @@ Releases
|
||||||
v1.10.0 (DD MM YYYY)
|
v1.10.0 (DD MM YYYY)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
* #128: Defer FQDN resolution until needed, when parsing SSH config files. This
|
* #110: Honor SSH config `AddressFamily` setting when looking up local
|
||||||
will speed up some operations on systems whose local hostnames are not in
|
host's FQDN. Thanks to John Hensley for the patch.
|
||||||
DNS. Thanks to Parantapa Bhattacharya for catch & 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.
|
* #102: Forego random padding for packets when running under `*-ctr` ciphers.
|
||||||
This corrects some slowdowns on platforms where random byte generation is
|
This corrects some slowdowns on platforms where random byte generation is
|
||||||
inefficient (e.g. Windows). Thanks to `@warthog618` for catch & patch, and
|
inefficient (e.g. Windows). Thanks to `@warthog618` for catch & patch, and
|
||||||
|
|
Loading…
Reference in New Issue