diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-11-30 20:31:04 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-11-30 20:31:04 -0800 |
commit | cfa81ebd780eb0c7fa82ce5e203f93a459f0318f (patch) | |
tree | 8c9f83f8b1cd913c3b2d2a48054aa3f326192663 /sites/www/changelog.rst | |
parent | 9aec0c6300686e571fab5405c52876e6399f92e9 (diff) |
Cleanup / rename / doc updates / changelog, re #398
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0073d560..12fecdc5 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,14 @@ Changelog ========= +* :feature:`398` Add an ``environment`` dict argument to `Client.exec_command + <paramiko.client.SSHClient.exec_command>` (plus the lower level + `Channel.update_environment <paramiko.channel.Channel.update_environment>` + and `Channel.set_environment_variable + <paramiko.channel.Channel.set_environment_variable>` methods) which + implements the ``env`` SSH message type. This means the remote shell + environment can be set without the use of ``VARNAME=value`` shell tricks. + Thanks to Philip Lorenz for the pull request. * :support:`819 backported (>=1.15,<2.0)` Document how lacking ``gmp`` headers at install time can cause a significant performance hit if you build PyCrypto from source. (Most system-distributed packages already have this enabled.) |