diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-11-29 18:06:38 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-11-29 18:06:38 -0800 |
commit | 0ae0e9800c7bfb3f8ea40fa0d33ebf6dff49f759 (patch) | |
tree | b54de81da53fa02fb5eb2706871de37d4ce4f341 /NEWS | |
parent | 2cbe38308097f920cec0aa87fed85f2cfe6d9612 (diff) |
Changelog re #71
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Releases v1.10.0 (DD MM YYYY) -------------------- +* #71: Add `SFTPClient.putfo` and `.getfo` methods to allow direct + uploading/downloading of file-like objects. Thanks to Eric Buehl for the + patch. * #113: Add `timeout` parameter to `SSHClient.exec_command` for easier setting of the command's internal channel object's timeout. Thanks to Cernov Vladimir for the patch. |