From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 4C04D3858418; Tue, 27 Feb 2024 12:19:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C04D3858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1709036368; bh=W8ulUEuR/YefUR/I/52qkoAPTcBXm9ldJ5QfBI5/aps=; h=From:To:Date:Subject:From; b=tztLUT0fhV206QjnJsVFGjD9A5onmyWtbWImBzcYT+hTpzdgnges6MGa/PUl70fYz 8LPzmDiBy2dNPG/6ESgvvtML8k0FCX+q3tg+4Og2Q0VlfMxSOKEvOLK4ay5DwSdgRE /pLVr6GGsumfuF8nTfnkBEjeMx36aqn/g9a0pzcc= Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by calimero.vinschen.de (Postfix) with ESMTP id 48257A8043E for ; Tue, 27 Feb 2024 13:19:26 +0100 (CET) X-Mailbox-Line: From cygwin-announce-cygwin-3.5.1-1 Tue Feb 27 13:18:58 2024 From: Corinna Vinschen To: cygwin-announce@cygwin.com Date: Tue, 27 Feb 2024 13:18:58 +0100 Message-Id: <20240227131858.77867-1-corinna-cygwin@cygwin.com> Subject: cygwin 3.5.1-1 List-Id: The following packages have been uploaded to the Cygwin distribution: * cygwin-3.5.1-1 * cygwin-devel-3.5.1-1 * cygwin-doc-3.5.1-1 This is a bugfix release. Fixes: ------ - Fix exit code for non-cygwin process running in console. The bug was introduced in 3.5.0. - Make the interface names handled by if_nametoindex() and if_indextoname() consistent with that of if_nameindex(). - Revert error handling for non-Cygwin child processes to use Cygwin's error mode by default. Resetting the error mode to the OS default error mode is now possible by using the new CYGWIN environment variable option "winjitdebug". Addresses: https://cygwin.com/pipermail/cygwin/2024-February/255305.html - Fix handle leak in pty master which occurs when non-cygwin process is started in pty. Addresses: https://github.com/msys2/msys2-runtime/issues/198 - Fix the problem that VMIN and VTIME does not work at all in console. - Fix a bug that cannot handle consoles more than 32, rather than 64. - Fix gettimeofday not checking for a NULL pointer Addresses: https://cygwin.com/pipermail/cygwin/2024-February/255473.html - Fix two bugs in strptime, error checking of invalid numerical input and %p handling. - Fix newgrp(1) group handling. Only allow groups already in the user token, as Windows doesn't allow otherwise. - Fix getgrent enumeration of local SAM accounts on domain member machines.