summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-12 15:33:01 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-12 15:33:01 -0800
commitd4a5806d23e95cc386d88a361956d0e0c1df9fb6 (patch)
treefe8fc10dab4a0730fc875f4073b0b28cac8f2675 /sites
parent5f25e08691f9c1b49863cb112968c7ea1868c7d8 (diff)
Remove code re #398 from 2.0 branch, as it's feature work
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 36460eff..72ae1548 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -45,16 +45,6 @@ Changelog
signature. Caught by ``@Score_Under``.
* :bug:`681` Fix a Python3-specific bug re: the handling of read buffers when
using ``ProxyCommand``. Thanks to Paul Kapp for catch & patch.
-* :feature:`398 (1.18+)` 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,
- provided the server's ``AcceptEnv`` lists the variables you need to set.
- 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.)