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 0A38A3858D32 for ; Sun, 20 Aug 2023 16:17:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0A38A3858D32 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 XhKLq3P1J6NwhXl6uqgMLD; Sun, 20 Aug 2023 16:17:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1692548224; bh=utgLhTJ8tgyYpZU8X/Yg6O6sN1hJBsry9HNFTlVIF54=; h=From:To:Reply-To:Date:Subject; b=INmcLcyQS6QSJuTf+nCd8SFSa1vkOuR8xlolTvRxKyFZ5/AO3x0BmRb8ikHn6kUPS yi7xAndlVqF0gpYxxKfcaA+b0TBAa973DsijqaQKC7aCehM9dx9vnm1Ys3zBXc/ht9 IAHM0ZzfhZOJQyPj92Hm7VyOewADX2CLkHh6Oq/koMWl46EviE+9dNI0KhZb9unJaq UPw16v5at0iLFC9hn3tN7BoDOlNno0BCCZs4KKQJCeuvBPyNkeeqL1A3vHXrYzRanr EsTgYetOIRhRgjF2YtKsVaaD4yVG8rkAWIqOMnoFEmq09D2e5TWjnYFBbmF3mA8bBN YVYl3OOHiKraA== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id Xl6tqUtBZcyvuXl6tqYrSa; Sun, 20 Aug 2023 16:17:04 +0000 X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=64e23c80 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=mDV3o1hIAAAA:8 a=l6b_uLsr3HfO9-3V2woA:9 a=_FVE-zBwftR9WsbkzFJk:22 From: "Cygwin gzip Co-Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sun, 20 Aug 2023 10:15:28 -0600 Message-Id: <20230820101528.34901-1-Brian.Inglis@Shaw.ca> Subject: Updated: gzip 1.13 X-CMAE-Envelope: MS4xfMmeXm7qlRJgabA45cjFCuMrXaE3k6bxawVV+TS3KJqcg4zgHcWwi/0RSSw/wSTeH4bKrJOdKUfhPgE4CCIbj1FhohWkPyrSPF6kwpO5M88BHmPn8bDH yQ/MITZE9qBt6aTIou7M8qoXmREU8o3Y6x3U2XWrN8YD69cxvriQU1K2BjUomRnRDi6ChsqG8ggGS9qt9wZpXizBW/9frWsa59I= X-Spam-Status: No, score=-3.6 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_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP 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 package has been upgraded in the Cygwin distribution: * gzip 1.13 GNU gzip is a popular data compression program, developed to replace compress because of patents covering the LZW algorithm at the time, with better compression as a bonus. For more information see the project home pages: https://www.gnu.org/software/gzip/ https://sv.gnu.org/projects/gzip/ For changes since the previous Cygwin release please see below or read /usr/share/doc/gzip/NEWS after installation; for complete details see: /usr/share/doc/gzip/ChangeLog https://git.sv.gnu.org/gitweb/?p=gzip.git;a=log;h=refs/tags/v1.13 Noteworthy changes in release 1.13 2023-08-19 Changes in behavior - zless now diagnoses gzip failures, if using less 623 or later. - When SIGPIPE is ignored, gzip now exits with status 2 (warning) instead of status 1 (error) when writing to a broken pipe. This is more useful with programs like 'less' that treat gzip exit status 2 as a non-failure. Bug fixes - 'gzip -d' no longer fails to report invalid compressed data that uses a dictionary distance outside the input window. [bug present since the beginning] - Port to C23, which does not allow K&R-style function definitions with parameters, and which does not define __alignas_is_defined.