forked from pool/python-paramiko
Accepting request 175235 from home:dirkmueller:branches:devel:languages:python
- update to 1.10.1:
* SFTP put of empty file will still return the attributes
of the put file. Thanks to Jason R. Coombs for the patch.
* Forwarded SSH agent connections left stale local pipes
lying around, which could cause local (and sometimes remote or network
resource starvation when running many agent-using remote commands. Thanks to
* Batch SFTP writes to help speed up file transfers
* Fix handling of window-change events to be on-spec
* Overhaul SSH config parsing to be in line with `man ssh_config`
* Forego random padding for packets when running under `*-ctr` ciphers
* Add `SFTPClient.putfo` and `.getfo` methods to allow direct
uploading/downloading of file-like objects
* Add `timeout` parameter to `SSHClient.exec_command` for easier setting
of the command's internal channel object's timeout
* Expose the internal "is closed" property of the file transfer class
BufferedFile` as `.closed`, better conforming to Python's file interface
OBS-URL: https://build.opensuse.org/request/show/175235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
b466046d50
commit
6124f75481
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:52:27 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.10.1:
|
||||
* SFTP put of empty file will still return the attributes
|
||||
of the put file. Thanks to Jason R. Coombs for the patch.
|
||||
* Forwarded SSH agent connections left stale local pipes
|
||||
lying around, which could cause local (and sometimes remote or network
|
||||
resource starvation when running many agent-using remote commands. Thanks to
|
||||
* Batch SFTP writes to help speed up file transfers
|
||||
* Fix handling of window-change events to be on-spec
|
||||
* Overhaul SSH config parsing to be in line with `man ssh_config`
|
||||
* Forego random padding for packets when running under `*-ctr` ciphers
|
||||
* Add `SFTPClient.putfo` and `.getfo` methods to allow direct
|
||||
uploading/downloading of file-like objects
|
||||
* Add `timeout` parameter to `SSHClient.exec_command` for easier setting
|
||||
of the command's internal channel object's timeout
|
||||
* Expose the internal "is closed" property of the file transfer class
|
||||
BufferedFile` as `.closed`, better conforming to Python's file interface
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 15:12:44 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user