summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-11-28 22:22:33 -0800
committerJeff Forcier <jeff@bitprophet.org>2012-11-28 22:22:33 -0800
commit2403504b44de773c3f566e7d647bc0e8661af918 (patch)
tree2231c0a2716a8d00504569012f81d99417526d94 /NEWS
parent10c51e27263afb62c395ca2905195482d7c3b630 (diff)
downloadparamiko-2403504b44de773c3f566e7d647bc0e8661af918.tar.gz
Fix #113: add timeout passthru to exec_command
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 55420463..0627ad80 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,13 @@ Issues noted as "Fabric #NN" can be found at https://github.com/fabric/fabric/.
Releases
========
+v1.10.0 (DD MM YYYY)
+--------------------
+
+* #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.
+
v1.9.0 (6th Nov 2012)
---------------------