docs: Changelog typos.

issue260
David Wilson 7 years ago
parent 766dce9a59
commit 1198164ce6

@ -37,14 +37,14 @@ Fixes
^^^^^ ^^^^^
* `#334 <https://github.com/dw/mitogen/issues/334>`_: the SSH method * `#334 <https://github.com/dw/mitogen/issues/334>`_: the SSH method
tilde-expands private key paths using Ansible's logic. Previously Mitogen tilde-expands private key paths using Ansible's logic. Previously Mitogen
passed the path unmodified to SSH, which would expand it using passed the path unmodified to SSH, which would expand it using
:func:`os.getpwent`. :func:`os.getpwent`.
This differs from :func:`os.path.expanduser`, which prefers the ``HOME`` This differs from :func:`os.path.expanduser`, which prefers the ``HOME``
environment variable if it is set, causing behaviour to diverge when Ansible environment variable if it is set, causing behaviour to diverge when Ansible
was invoked using sudo without appropriate flags to cause the ``HOME`` was invoked using sudo without appropriate flags to cause the ``HOME``
environment variable to be reset to match the target account. environment variable to be reset to match the target account.
Core Library Core Library
@ -56,11 +56,10 @@ Core Library
every stream that ever communicated with a disappearing peer, rather than every stream that ever communicated with a disappearing peer, rather than
simply toward parents. simply toward parents.
Conversations between nodes in any level of the connection tree should Conversations between nodes in any level of the tree receive ``DEL_ROUTE``
correctly receive ``DEL_ROUTE`` messages when a participant disconnects, messages when a participant disconnects, allowing receivers to be woken with
allowing receivers to be woken with :class:`mitogen.core.ChannelError` to :class:`mitogen.core.ChannelError` to signal the connection has broken, even
signal the connection has broken, even when one participant is not a parent when one participant is not a parent of the other.
of the other.
* `#405 <https://github.com/dw/mitogen/issues/405>`_: if a message is rejected * `#405 <https://github.com/dw/mitogen/issues/405>`_: if a message is rejected
due to being too large, and it has a ``reply_to`` set, a dead message is due to being too large, and it has a ``reply_to`` set, a dead message is
@ -68,9 +67,9 @@ Core Library
maximum size crash rather than hang. maximum size crash rather than hang.
* `#411 <https://github.com/dw/mitogen/issues/411>`_: the SSH method typed * `#411 <https://github.com/dw/mitogen/issues/411>`_: the SSH method typed
"``y``" rather than the requisite "``yes``" when `check_host_keys="accept"` "``y``" rather than the requisite "``yes``" when `check_host_keys="accept"`
was configured. This would lead to connection timeouts due to the hung was configured. This would lead to connection timeouts due to the hung
response. response.
* `16ca111e <https://github.com/dw/mitogen/commit/16ca111e>`_: handle OpenSSH * `16ca111e <https://github.com/dw/mitogen/commit/16ca111e>`_: handle OpenSSH
7.5 permission denied prompts when ``~/.ssh/config`` rewrites are present. 7.5 permission denied prompts when ``~/.ssh/config`` rewrites are present.

Loading…
Cancel
Save