X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 892ED38582BE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1673898012; bh=3hWYhcE6YTAnDBMv4u9thAOpVYfMV1WqWH2apxd0qNc=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=VjV6pr3ze68jKVPW42GygEFL91/bkDou+veWV0Y0UPHpbWQVbKwqLWsDnp2Pp3uf+ IOT/HvWLibmdDW7lFHRmQKqWiublY906My1e9wOqMzn6ubW6gZKnLQrGddSfAWxMvJ UWJXlqLzNWoaZnX/RskZAkLXTOZLragm4w71485E= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 276353858C31 DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC2203858C2C DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 23DE63858CDB X-Authority-Analysis: v=2.4 cv=XZqaca15 c=1 sm=1 tr=0 ts=63c5a7ff a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=mDV3o1hIAAAA:8 a=fUigeNtsJvhFnP5D4vYA:9 a=_FVE-zBwftR9WsbkzFJk:22 To: cygwin AT cygwin DOT com Date: Mon, 16 Jan 2023 12:38:41 -0700 Message-Id: Subject: [ANNOUNCEMENT] Updated: diffutils 3.9 X-CMAE-Envelope: MS4xfGEDbYXSzAdt1ksy+iO9cMGy7S3Azl4kVffx0a+5kT2/5XVR/oOGuYS7ye6rBCHiXL0xWiGMDrfokpags9YEOOm/mP2NZJ2CE0yqjeqSm2aX9BsC8T+J nAUSbtmmj73ot0UHZNGmf6WXfw7e5fMbvez5zhQbzxn7213umb75SNWNoppd4ECVuYNM9R0a0G25J6cZIuw4kU+Nl6H8AIsK+ak= X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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.9 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.9 2023-01-15 * diff -c and -u no longer output incorrect timezones in headers on platforms like Solaris where struct tm lacks tm_gmtoff. [bug#51228 introduced in 3.4] -- 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