From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7868) id 5137B3858425; Thu, 22 Dec 2022 14:24:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5137B3858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671719045; bh=5HpXIBRtKRMFt5JRPAcd09Sq1STcRJSp7qQBXlkMUPs=; h=From:To:Subject:Date:From; b=H5ZGtd8iJA6HbgUV6gu+X0FJebrnaHpUWpTYuoEjMwOIRJ2GjF4BbJ+L7byJs05n0 VvBNePwZ4uMMnm/2EYaGcOzHwIIS6QhwgIYMWd6vwn6OPwtZynQvQU0J1pPlKnP+v5 ZNNIInBN8IuaJQoz3UpvrkbGgek7V4WP1KitkuC4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Takashi Yano To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Add release message for latest console change. X-Act-Checkin: newlib-cygwin X-Git-Author: Takashi Yano X-Git-Refname: refs/heads/master X-Git-Oldrev: 3721a756b0d8067cf070e2aedcf3ea5e32e47270 X-Git-Newrev: d0bad6996d62f4b897269be4407ca463b2ef30ff Message-Id: <20221222142405.5137B3858425@sourceware.org> Date: Thu, 22 Dec 2022 14:24:05 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dd0bad6996d6= 2f4b897269be4407ca463b2ef30ff commit d0bad6996d62f4b897269be4407ca463b2ef30ff Author: Takashi Yano Date: Thu Dec 22 23:15:32 2022 +0900 Cygwin: Add release message for latest console change. =20 3721a756b0d8 ("Cygwin: console: Make the console accessible from other terminals.") =20 Signed-off-by: Takashi Yano Diff: --- winsup/cygwin/release/3.5.0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0 index 11c9aa0c9..bc6365993 100644 --- a/winsup/cygwin/release/3.5.0 +++ b/winsup/cygwin/release/3.5.0 @@ -3,3 +3,6 @@ What's new: =20 - Drop support for Windows 7, Windows 8, Server 2008 R2 and Server 2012. =20 +- The console device gets accessible from other terminals such as other + consoles and ptys. Thanks to this new feature, GNU screen and tmux + now work in the console.