Skip to content

Commit

Permalink
Changelog re paramiko#93
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Mar 1, 2013
1 parent 1903ee1 commit 2775263
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Releases
v1.10.0 (DD MM YYYY)
--------------------

* #93: Overhaul SSH config parsing to be in line with `man ssh_config` (& the
behavior of `ssh` itself), including addition of parameter expansion within
config values. Thanks to Olle Lundberg for the 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.
Expand All @@ -24,7 +27,7 @@ v1.10.0 (DD MM YYYY)
inefficient (e.g. Windows). Thanks to `@warthog618` for catch & patch, and
Michael van der Kolff for code/technique review.
* #127: Turn `SFTPFile` into a context manager. Thanks to Michael Williamson
* for the patch.
for the patch.
* #116: Limit `Message.get_bytes` to an upper bound of 1MB to protect against
potential DoS vectors. Thanks to `@mvschaik` for catch & patch.
* #115: Add convenience `get_pty` kwarg to `Client.exec_command` so users not
Expand Down

0 comments on commit 2775263

Please sign in to comment.