Opened 8 months ago

Closed 8 months ago

#5325 closed enhancement (fixed)

gzip-1.13

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.1
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Xi Ruoyao, 8 months ago

GNU gzip NEWS

  • Noteworthy changes in release 1.13 (2023-08-19) [stable]

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.

comment:2 by Bruce Dubbs, 8 months ago

Owner: changed from lfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 8 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.