From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 328343858C60; Wed, 17 Jan 2024 11:40:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 328343858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705491613; bh=EADHnY4WfDRWReIZ/BKhL9zmVTIrWeEv/BzYW0qkYuo=; h=From:To:Subject:Date:From; b=Nu3aBnz12i9Yr0tZmOf3Ud/5j2FHT/+7it6RGP1Rot1nNBvp6ujKdRp/Msm6N9nim hwhNKjF/VmjHzhDIMeKBI6TWMIJLZsjOaThRKlQwqzYXG06DXASMcSjtItwfnbwIVQ TC44aUjZUEgU4xA+x61Iq+F0iDZfUhHtj8AIavmg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: copy doc changes from commit 241b50a7abe2 to release notes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: 07cccc74a5da0da5bb664411e4cf76b3d35bc09d X-Git-Newrev: 70b27cee0c8ab12a1b4d5b31d086fc79d60c4001 Message-Id: <20240117114013.328343858C60@sourceware.org> Date: Wed, 17 Jan 2024 11:40:13 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D70b27cee0c8= ab12a1b4d5b31d086fc79d60c4001 commit 70b27cee0c8ab12a1b4d5b31d086fc79d60c4001 Author: Corinna Vinschen AuthorDate: Wed Jan 17 12:39:50 2024 +0100 Commit: Corinna Vinschen CommitDate: Wed Jan 17 12:39:50 2024 +0100 Cygwin: copy doc changes from commit 241b50a7abe2 to release notes =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.5.0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0 index 5940d80549ca..611636b9029d 100644 --- a/winsup/cygwin/release/3.5.0 +++ b/winsup/cygwin/release/3.5.0 @@ -3,9 +3,9 @@ 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. +- Console devices (/dev/consN) are now accessible by processes attached + to other consoles or ptys. Thanks to this new feature, GNU screen and + tmux now work in the console. =20 - newgrp(1) tool. =20 @@ -56,7 +56,7 @@ What changed: files as execvp. For the reasoning, see https://www.austingroupbugs.net/view.php?id=3D1674 =20 -- FIFOs now also work over NFS. +- FIFOs now also work on NFS filesystems. =20 - Enable automatic sparsifying of files on SSDs, independent of the "sparse" mount mode.