X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9C7C385783F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1692548337; bh=fiNwTjtiHB+WlFgLJC/7sUVvShpAj1uDkpXxoox7HQo=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=IlF7p07hDkrIaP5q7CE/LIyftQ72FXnGMuNAQCy588vea4CrSif7rMmYcTRAuXAkQ kWRy+rMhxYtxebE/TZGcrSiDIegVNh//9WIotOQK9AEmiPQbGtn0CzS+k/DgopMcG6 c7RFXPwE0a+ZrRsUKeMS9gXCGPgjJgLru92yt06c= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D01033857006 DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 899F8385783F DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0A38A3858D32 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 To: cygwin AT cygwin DOT com Date: Sun, 20 Aug 2023 10:15:28 -0600 Message-Id: Subject: [ANNOUNCEMENT] 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 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 gzip Co-Maintainer via Cygwin-announce via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Cygwin gzip Co-Maintainer via Cygwin-announce , Cygwin gzip Co-Maintainer MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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. -- 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