From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 2ED2B3858D35; Fri, 16 Jun 2023 14:26:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2ED2B3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1686925584; bh=sJQCdKD8U7L4xcyMWjVNwBkDlYkrj1+1/EREMJ3eJxI=; h=From:To:Date:Subject:From; b=ZI4Q9yM5H3zu8WDCXNX2cRd7jG+op8TeeM303UiFi3G/bo7ESN7N0jsGpF7B43E20 vDeilj8ilP6gwKLUPaI4MW/J0Q1PXy4oFa2W+6FQSM04gYw99lCv6gwmiyv4/poAJL LEfY+F019Pm5imKwifpX8Uw6nDR+ulcJv18v5l6g= Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by calimero.vinschen.de (Postfix) with ESMTP id 211CFA8052B for ; Fri, 16 Jun 2023 16:26:22 +0200 (CEST) X-Mailbox-Line: From cygwin-announce-cygwin-3.4.7-1 Fri Jun 16 16:25:52 2023 From: Corinna Vinschen To: cygwin-announce@cygwin.com Date: Fri, 16 Jun 2023 16:25:52 +0200 Message-Id: <20230616162552.879387-1-corinna-cygwin@cygwin.com> Subject: cygwin 3.4.7-1 List-Id: The following packages have been uploaded to the Cygwin distribution: * cygwin-3.4.7-1 * cygwin-devel-3.4.7-1 * cygwin-doc-3.4.7-1 Bug Fixes --------- - Fix CPU_SET(3) macro type mismatch by making the macros type-safe. Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html - kill(1): don't print spurious error message. Addresses: https://cygwin.com/pipermail/cygwin/2023-March/253291.html - Align behaviour of dirname in terms of leading slashes to POSIX: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html - Fix reading CONIN$ in non cygwin apps when stdin is not a pty. Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html - Fix bug in cygheap allocation size computation after fork. Addresses: https://cygwin.com/pipermail/cygwin-developers/2023-April/012620.html - Fix return value of ilogbl(NaN). Addresses: https://cygwin.com/pipermail/cygwin/2023-April/253511.html - Fix error handling in readlinkat. Addresses: https://cygwin.com/pipermail/cygwin/2023-April/253510.html - Fix return code and errno set by renameat2, if oldfile and newfile refer to the same file, and the RENAME_NOREPLACE flag is set. Addresses: https://cygwin.com/pipermail/cygwin/2023-April/253514.html