X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E57E3858296 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1686990864; bh=/vcIWeZC2hxWO7aWzjW9tL02cWjjvTLoO/KMhT402jU=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=osSA7t1Y9mwonM+HcIQZ01G9VC03kd3jkyvRNH0Aej2LF6rHVbCp6PzaZELXPvjtD v7modur4SXdSTz1T99vf0b3Xx3hhouvUTE0kpecQOUq0l4GmoL7oAeA/fOwnu3TpfX w5e6/UmnUb0MNYwxRYLsGj7s1jpIOwJFJKca7lFk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D104B3858D35 Message-ID: <6feae4bf-c3db-ffd7-d909-4b514e608a84@towo.net> Date: Sat, 17 Jun 2023 10:33:54 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [ANNOUNCEMENT] cygwin 3.4.7-1 To: cygwin AT cygwin DOT com References: In-Reply-To: X-Provags-ID: V03:K1:HOCQUwcyGn6F79lvOfs3DSBP85CgCAHqsZB53NFSXmDM2W+GRNg RKBnsH6qy4ac1BQY29992AQDL81bqRwmFAODGtqk83cLtECaMTOZpcA89vA1eY72fZRKIo7 HmQQbEz6m7HE3Z5FAVNJeq7/5iFp0ofyFY7w+qN5IiBZOF0qscpNKD3vp6B94PJbESNlGBD jRALDQb3FjiF0BasoWCRQ== UI-OutboundReport: notjunk:1;M01:P0:bsUrk8xMdzM=;xjk815ziBEz5lv6JIbkrK8+8NIH Zqs7kbmtpIIwOeKJGnjIbd7xCeaIZvXEd7CxVKNCsiRXI0MLAWt1BZ1texxCZgpPzemB7wRYc I5iBAp46Zt7nAzu9htCifIet9IeoO4IvoNnABaslKqsaKsfBcl4vlFQvtMv1GPbtmROZIGzhJ jJk6EqxV+xqNyuuJbkFSV05aMKfldErSGmzV670dHtbX2iQu/W/WtDyWuig7fi4ArbH2s1haq Vy9l9wNjczI/JY7DyUtrLI1WKtC5NNxP1d6jPZInUE6ZR7P6gz4k6M/cu0EHg5Hi8MDsMX9nd v7md1VdpmJbEMMGoazyKIt1DB79R4tdhMwZCCRarmoap4INkMOrUPZBtN54QcMcjjJ2pq966l olzAzDMp4UpcGv90oVazTq15RpvYWgxd+j+VjkEap0Ul4/8p0C+Ablhj824N5sIxsujxKw9k0 hlDvdNJ3oAU+rvIxfGg7hWXlpXo8X+3Obv3WaOJM1OJJKqHxfBFPn0H9HBTlGqiqGHaCedgDR tTY8/T+ma849tH5LYiUEzG803tIuD2Aif9friwEV2n+cSq5LO8LgOZH+/Xl0yL69qGUAyQqx+ fedOznm22ayQOdazF4YAIiWK1OGdW7mmNbv7r6nrPeP6fyJX4N4obKplheHcP66lQNqFNPI4g e1/7XPWMBY11pYePBZhaisiHHk01LIEXcrDnvD4ljg== X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Wolff via Cygwin Reply-To: Thomas Wolff Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" Am 16/06/2023 um 16:25 schrieb Corinna Vinschen via Cygwin-announce via Cygwin: > 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 This does not fix the test case yes | more.com . > > - 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 > > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple