Changelog re #128

This commit is contained in:
Jeff Forcier 2013-02-27 19:40:09 -08:00
parent 2f1daad1b9
commit bf4b535920
1 changed files with 3 additions and 0 deletions

3
NEWS
View File

@ -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