X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7B8A385771F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1684766685; bh=VQMFhEEhMpHXxLqnqBlTcT2PcpQjn5Uwn+iylLsB2Qg=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=f/Bjxx3FFDIcEICvdb7vljFOr//Ov2ynX7OgWBTvnHHY/leE0pzDVkWMjhZumTXyz +VUWCPV+hPUv91wxHKblUL8lOr1ghQz6qya+7/ERNss08PcXihn6am0PTub+cLold3 nT3TBxLH0DS7RHefb1ps5qrxvEx6HtiWc4FHXkZs= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58A44385842A DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 235E4385840C DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B372B3858D35 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 To: cygwin AT cygwin DOT com Date: Mon, 22 May 2023 08:39:41 -0600 Message-Id: Subject: [ANNOUNCEMENT] 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 X-BeenThere: cygwin-announce AT cygwin DOT com X-Mailman-Version: 2.1.29 X-Mailer: Perl5 Mail::Internet v2.20 X-BeenThere: cygwin AT cygwin DOT com List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Cygwin diffutils co-Maintainer via Cygwin-announce via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Cygwin diffutils co-Maintainer via Cygwin-announce , Cygwin diffutils co-Maintainer MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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] -- 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