From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 276353858C31 for ; Mon, 16 Jan 2023 19:39:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 276353858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1673897997; bh=ivdmPsS3vCjX5EhMHOLHaqO097MTGF6L918X8j8a5fA=; h=To:Date:Subject:From:Reply-To:Cc:From; b=UNyWIdbnhH919ME8jL2dqQ7YLHQ2XcMgQkGWDXR4sa4rv1VU9Ut6wRENabFfH/u0r j8bWyS+jEJ7GV4gLW/BQI9kmKvUM+eQu6jAIbhzo32ug4MaiY5Y5o4ep49dHn8E+Iq M8f6wvHF5KLlE6OOxfy482bgUa+zHMdretb+3wx0= DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC2203858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1673897996; bh=ivdmPsS3vCjX5EhMHOLHaqO097MTGF6L918X8j8a5fA=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:Cc:From; b=tVg9lAfKg8HrxZZugohjFhxeVOTGziMLUT0txI7KOPPYMlFSxEk5NYn16kFvJayuX TjRy2948DWEJNIQbjaje+x4iGm73A6OrAbSYcL4h+8JRPkFmUTdNjO5fUJ8v+CNYMY xGYVhX24smuGo8TW0pXTYODcd3uJON7WukZl3sJo= 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@cygwin.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@cygwin.com X-Mailman-Version: 2.1.29 From: Cygwin diffutils co-Maintainer via Cygwin-announce Reply-To: cygwin@cygwin.com Cc: Cygwin diffutils co-Maintainer Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User List-Id: 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]