Changelog re #116

This commit is contained in:
Jeff Forcier 2013-02-27 15:32:19 -08:00
parent e761502e8e
commit ac9370d3e0
1 changed files with 2 additions and 0 deletions

2
NEWS
View File

@ -15,6 +15,8 @@ Releases
v1.10.0 (DD MM YYYY) v1.10.0 (DD MM YYYY)
-------------------- --------------------
* #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 * #115: Add convenience `get_pty` kwarg to `Client.exec_command` so users not
manually controlling a channel object can still toggle PTY creation. Thanks manually controlling a channel object can still toggle PTY creation. Thanks
to Michael van der Kolff for the patch. to Michael van der Kolff for the patch.