From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40720 invoked by alias); 15 Sep 2019 18:54:04 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Return-Path: Received: (qmail 104157 invoked by uid 89); 15 Sep 2019 18:51:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=cygwindevelopers, canonical, releases, cygwin-developers X-HELO: NAM05-CO1-obe.outbound.protection.outlook.com ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=T/KFHYiYFv/QIGC4c2H7ckv0qZ1v2KxP5LtUldA+m+QxmMG3dBZCi1ZiXojP4eC6aerSKUoOUEQNQsTUz/7vqkC2IkzcwDEzULAMBaHD9HAXyfrmq4RN4G6CRedmAZISbXvynF8LPuw/T3Er5okY/QoirgBsnN5SQ6MqHAsdxwRezQNb4x7SvPhDH011Hct08wMM4RHmdw7fkQR91SE1nmnxWhM3q17DiNkmdPV8vCv1OIGr2yYwWvuXuqhsiYk0mw3A2ikxK7iza0CLG55ev2lpFM7i70HNmy4zZajQ3VZ3p9Omw5yJBbkJ1IuQX5BTfAiAjRWGV9NXmmjEl10sZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=wqpIvgnTfK9yd53Et5B5hXu/Gqm7+TDWqSBzGYddXs8=; b=aqXrPRi28d7LExgTmBcjigORBUgSa8ZKeGKs2KtTOKhIpkiue/PElFaCIuA/luZp9LHdH4mcnRF5+/jVRpIIvS7l9p9/41XyH332777jxvlkgqGFZAEkTvbCDgD7PUoCx3zvBuwPS5Vr0chGATJEom10F+dWWY4y+OsWTgTT6F8P8/KRxx2dnYLrDO6gHesyLQIQUTQX/4QXer7llJqwTHDnU/pKqH0PqRLreeNJU+eIb6E+jDI6XeOWXsc5qNpuArUOGYOg0TkdHFofEMcv8jTy5WtvV/C4BgD9DIjT6D554msf+xcgdPGyCkgwGZBLKospwES1tjB/IDeCmw1aNA== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cornell.edu; dmarc=pass action=none header.from=cornell.edu; dkim=pass header.d=cornell.edu; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=wqpIvgnTfK9yd53Et5B5hXu/Gqm7+TDWqSBzGYddXs8=; b=P8U+eyzE/OBINfphuPINxU974hd9GSoPrs2j4dqZFtCPo3SvVGB8wizXmjzykaanq4Rzhi/KBPIu3hQj5fkvqFXinJPVdvyLCQvossKrJhYgKCAVHOSGkCiB19I8IL+WmR37g2iN2+VEEE7Caw35WloIm/wPSOlKYee8EYG4Z8Q= From: Ken Brown To: "cygwin-announce@cygwin.com" Subject: cygwin 3.1.0-0.5 (TEST) Date: Sun, 15 Sep 2019 18:54:00 -0000 Message-ID: <20190915144631.711-1-kbrown@cornell.edu> authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown@cornell.edu; x-ms-exchange-purlcount: 12 x-ms-oob-tlc-oobclassifiers: OLM:6108; received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: y1ZgG7wPYjr864goLllcd1UMjhjdYzQLFbfRsUImvBt4V9CocnN3fNCDb/akd+NPOj8YldQFszx7MXW4K6ZCiQ== X-SW-Source: 2019-09/txt/msg00023.txt.bz2 The following packages have been uploaded to the Cygwin distribution as test releases: * cygwin-3.1.0-0.5 * cygwin-devel-3.1.0-0.5 * cygwin-doc-3.1.0-0.5 This release comes with a couple of new features and quite a few bug fixes. The most interesting changes: - A revamp of the old FIFO code. It should now be possible to open FIFOs multiple times for writing, something the old code failed on. Courtesy Ken Brown. - Support the new pseudo console in PTY. Pseudo console is a new feature in Windows 10 1809, which provides console APIs on virtual terminal. With this patch, native console applications can work in Cygwin PTYs. Courtesy Takashi Yano. There have been a lot of changes in the PTY code since cygwin-3.1.0-0.4. Please test! =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D What's new: ----------- - Add 24 bit color support using xterm compatibility mode in Windows 10 1703 or later. Add fake 24 bit color support for legacy console, which uses the nearest color from 16 system colors. - Support pseudo console in PTY. Pseudo console is a new feature in Windows 10 1809, which provides console APIs on virtual terminal. With this patch, native console applications can work in PTYs such as mintty, ssh, gnu screen or tmux. - New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np, pthread_setaffinity_np, plus CPU_SET macros. - New APIs: dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store. What changed: ------------- - FIFOs can now be opened multiple times for writing. Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00047.html https://cygwin.com/ml/cygwin/2015-12/msg00311.html - If a SA_SIGINFO signal handler changes the ucontext_t pointed to by the third parameter, follow it after returning from the handler. - Eliminate a header file name collision with on case insensitive filesystems by reverting back to . - Allow times(2) to have a NULL argument, as on Linux. Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00141.html Bug Fixes --------- - Fix select() on console in canonical mode. Return after one line is completed, instead of when only one key is typed. - Make console I/O functions thread-safe. - Define missing MSG_EOR. It's unsupported by the underlying Winsock layer so using it in send(2), sendto(2), or sendmsg(2) will return -1 with errno set to EOPNOTSUPP and recvmsg(2) will never return it. - Fix a timerfd deadlock. Addresses: https://cygwin.com/ml/cygwin/2019-06/msg00096.html - Fix sigpending() incorrectly returning signals for unrelated threads. Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00051.html - Fix a hang when opening a FIFO with O_PATH. Addresses: https://cygwin.com/ml/cygwin-developers/2019-06/msg00001.html - Don't append ".lnk" when renaming a socket file. Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00139.html - Make tcsetpgrp() return -1 if its argument is negative. Addresses: https://cygwin.com/ml/cygwin/2019-07/msg00166.html - Avoid mistakenly moving a process under debugger control into the process group of the debugger. Addresses a problem visible in GDB 8.1.1, related to https://cygwin.com/ml/cygwin/2019-07/msg00166.html - Return ENOEXEC from execve for arbitrary files only if the files are executable. Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00054.html - Fix off-by-one in environment evaluation leading to an abort. Addresses: https://cygwin.com/ml/cygwin-patches/2019-q3/msg00069.html - Make output of /proc/[PID]/stat consistent with getpriority(). Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00082.html - 64 bit only: Avoid collisions between memory maps created with shmat and Windows datastructures during fork. Addresses: https://cygwin.com/ml/cygwin/2019-08/msg00107.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Have fun, Ken Brown, on behalf of Corinna