From 0bd0c7b9e712e5fd48638332f59f444280b3b40b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 18 Jan 2019 21:14:40 +0000 Subject: [PATCH] issue #462: docs: update Changelog. --- docs/changelog.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1f6230cc..d831b3d9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -299,6 +299,12 @@ Core Library shut down, preventing new messages being enqueued that will never be sent, and subsequently producing a program hang. +* `#462 `_: Mitogen could fail to + open a PTY on broken Linux systems due to a bad interaction between the glibc + :func:`grantpt` function and an incorrectly mounted ``/dev/pts`` filesystem. + Since correct group ownership is not required in most scenarios, when this + problem is detected, the PTY is allocated and opened directly by the library. + * `16ca111e `_: handle OpenSSH 7.5 permission denied prompts when ``~/.ssh/config`` rewrites are present. @@ -336,8 +342,10 @@ bug reports, testing, features and fixes in this release contributed by `Mehdi `_, `Michael DeHaan `_, `Mohammed Naser `_, -`@syntonym `_, and -`@yodatak `_. +`Stéphane `_, +`@syntonym `_, +`@yodatak `_, and +`Younès HAFRI `_. v0.2.3 (2018-10-23)