summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-29 15:05:52 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-29 15:05:52 -0800
commit2b64ff4cd9921b90210b75720c452dcd4e74fe68 (patch)
tree135fb25140d55039c743ebcb25baaa1f87b69e1f
parentc636b273daf657eb05041ce2528959910e7db162 (diff)
Forgot to update backticks for Sphinx, derp
-rw-r--r--sites/www/changelog.rst30
1 files changed, 15 insertions, 15 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index bba78949..71344613 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -14,7 +14,7 @@ Changelog
* :bug:`179` Fix a missing variable causing errors when an ssh_config file has
a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz Muraus for
catch & patch.
-* :bug:`200` Fix an exception-causing typo in `demo_simple.py`. Thanks to Alex
+* :bug:`200` Fix an exception-causing typo in ``demo_simple.py``. Thanks to Alex
Buchanan for catch & Dave Foster for patch.
* :bug:`199` Typo fix in the license header cross-project. Thanks to Armin
Ronacher for catch & patch.
@@ -27,7 +27,7 @@ Changelog
and 'remoteforward' keys. Thanks to Emre Yılmaz for the patch.
* :release:`1.10.2 <2013-07-26>`
* :bug:`153` (also :issue:`67`) Warn on parse failure when reading known_hosts
- file. Thanks to `@glasserc` for patch.
+ file. Thanks to ``@glasserc`` for patch.
* :bug:`146` Indentation fixes for readability. Thanks to Abhinav Upadhyay for
catch & patch.
* :release:`1.10.1 <2013-04-05>`
@@ -46,32 +46,32 @@ Changelog
attempt to wait for a response from the remote sshd; this fixes problems with
less common targets such as some Cisco devices. Thanks to Phillip Heller for
catch & patch.
-* :feature:`93` Overhaul SSH config parsing to be in line with `man
- ssh_config` (& the behavior of `ssh` itself), including addition of parameter
+* :feature:`93` Overhaul SSH config parsing to be in line with ``man
+ ssh_config`` (& the behavior of ``ssh`` itself), including addition of parameter
expansion within config values. Thanks to Olle Lundberg for the patch.
-* :feature:`110` Honor SSH config `AddressFamily` setting when looking up
+* :feature:`110` Honor SSH config ``AddressFamily`` setting when looking up
local host's FQDN. Thanks to John Hensley for the patch.
* :feature:`128` Defer FQDN resolution until needed, when parsing SSH config
files. Thanks to Parantapa Bhattacharya for catch & patch.
* :bug:`102 major` Forego random padding for packets when running under
- `*-ctr` ciphers. This corrects some slowdowns on platforms where random byte
- generation is inefficient (e.g. Windows). Thanks to `@warthog618` for catch
+ ``*-ctr`` ciphers. This corrects some slowdowns on platforms where random byte
+ generation is inefficient (e.g. Windows). Thanks to ``@warthog618` for catch
& patch, and Michael van der Kolff for code/technique review.
-* :feature:`127` Turn `SFTPFile` into a context manager. Thanks to Michael
+* :feature:`127` Turn ``SFTPFile`` into a context manager. Thanks to Michael
Williamson for the patch.
-* :feature:`116` Limit `Message.get_bytes` to an upper bound of 1MB to protect
- against potential DoS vectors. Thanks to `@mvschaik` for catch & patch.
-* :feature:`115` Add convenience `get_pty` kwarg to `Client.exec_command` so
+* :feature:`116` Limit ``Message.get_bytes`` to an upper bound of 1MB to protect
+ against potential DoS vectors. Thanks to ``@mvschaik`` for catch & patch.
+* :feature:`115` Add convenience ``get_pty`` kwarg to ``Client.exec_command`` so
users not manually controlling a channel object can still toggle PTY
creation. Thanks to Michael van der Kolff for the patch.
-* :feature:`71` Add `SFTPClient.putfo` and `.getfo` methods to allow direct
+* :feature:`71` Add ``SFTPClient.putfo`` and ``.getfo`` methods to allow direct
uploading/downloading of file-like objects. Thanks to Eric Buehl for the
patch.
-* :feature:`113` Add `timeout` parameter to `SSHClient.exec_command` for
+* :feature:`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.
* :support:`94` Remove duplication of SSH port constant. Thanks to Olle
Lundberg for the catch.
* :feature:`80` Expose the internal "is closed" property of the file transfer
- class `BufferedFile` as `.closed`, better conforming to Python's file
- interface. Thanks to `@smunaut` and James Hiscock for catch & patch.
+ class ``BufferedFile`` as ``.closed``, better conforming to Python's file
+ interface. Thanks to ``@smunaut`` and James Hiscock for catch & patch.