From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 409C83858D34; Fri, 8 May 2020 17:43:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 409C83858D34 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: add pseudo console patch to release text X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 84d446734f766a587e1942f08fde26990ddabd02 X-Git-Newrev: e6ddeca1d39bf80dbc80b5c643888b598f5b46dd Message-Id: <20200508174354.409C83858D34@sourceware.org> Date: Fri, 8 May 2020 17:43:54 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 17:43:54 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e6ddeca1d39bf80dbc80b5c643888b598f5b46dd commit e6ddeca1d39bf80dbc80b5c643888b598f5b46dd Author: Corinna Vinschen Date: Mon May 4 11:39:44 2020 +0200 Cygwin: add pseudo console patch to release text Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.1.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/3.1.5 b/winsup/cygwin/release/3.1.5 index ba7f45110..1e3763f6c 100644 --- a/winsup/cygwin/release/3.1.5 +++ b/winsup/cygwin/release/3.1.5 @@ -28,3 +28,7 @@ Bug Fixes: - Fix several FIFO bugs. Addresses: https://sourceware.org/pipermail/cygwin/2020-March/000206.html https://sourceware.org/pipermail/cygwin/2020-April/244518.html + +- Make sure pseudo tty doesn't hang if cygwin-console-helper.exe is + non-functional. + Addresses: https://cygwin.com/pipermail/cygwin-patches/2020q2/010191.html