From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id B372B3858D35 for ; Mon, 22 May 2023 14:43:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B372B3858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id 10wIqMjjQ6Nwh16lRqjGUk; Mon, 22 May 2023 14:43:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1684766637; bh=P5/Xav5l7ABbKkHID4isLPsLHjuDy2M9C3fb3e1l4lQ=; h=From:To:Reply-To:Date:Subject; b=t1z0WQaUpDtswkU70Jv0ObEKE2zmvR2ES9GyZAqHgdFp7bu9V3EbKyyngHrQvkZO/ efXhUzInf5MU3fNLJ1M5CzjcfW6Z2JtoKqbTH0KGiB3bp4szoZW1PwoXiTc5mxFlW/ OsLaiT9njBnGg+qa6o+eJ+Jd2QWDomwk4Pkc1Bucq9vdtIXzmiNZ/tDHCjMM4Dr6VY gkLmW65tc2/jnRMLs+iHAyFGz8yPl5UEm+hWZctI5V0qZTzNXOXWtZRsFTjYzwVDTs t7Bpc9pvi83stkQ4Onga2y427jH7IYhTX+mDmb9dyJBqhvpyrktfNln7qXxUnegfV+ aPo6MgLCa4NWg== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id 16lQq3KHpcyvu16lQqTdEf; Mon, 22 May 2023 14:43:57 +0000 X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=646b7fad a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=mDV3o1hIAAAA:8 a=BIs5iz4HmOjYGJSCfLsA:9 a=_FVE-zBwftR9WsbkzFJk:22 From: "Cygwin diffutils co-Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Mon, 22 May 2023 08:39:41 -0600 Message-Id: <20230522083941.9619-1-Brian.Inglis@Shaw.ca> Subject: Updated: diffutils 3.10 X-CMAE-Envelope: MS4xfH3M+a/i+De/3zlAUg28L2W6M/32m/qZX3NAOQ7Anc0MnxOIx2x8Md4vzDEkY2ZOKweLlnZHw97LFl7QY046lj0eKu+odUccHOWDxo3AtPLckn7iNf86 gEIYN7+ed3Ri6h+vh/7Q2LdyEe4pgGYvRjZM26f0q52EMV8s7T2PY1og8wxP2EnDpbIvMdm5+/u6y2QuXELrx9bsdH6U+4FJLBA= X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been upgraded in the Cygwin distribution: * diffutils 3.10 Diffutils includes four utilities: diff, cmp, diff3 and sdiff. The diff command compares two files and shows the differences, line by line. The cmp command shows the offset and line numbers where two files differ, or can show the characters that differ between the two files. The diff3 command shows the differences between three files. Diff3 can be used when two people have made independent changes to a common original; diff3 can produce a merged file that contains both sets of changes and warnings about conflicts. The sdiff command can be used to merge two files interactively. For more information see the project home page: https://www.gnu.org/software/diffutils/ Please see below or read /usr/share/doc/diffutils/NEWS after installation for details of changes since the previous release: https://git.savannah.gnu.org/cgit/diffutils.git/tree/NEWS Noteworthy changes in release 3.10 2023-05-21 * cmp/diff can again work with file dates past Y2K38 [bug introduced in 3.9] * diff -D no longer fails to output #ifndef lines. [bug#61193 introduced in 3.9]