File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- pigz 2.3.5 (xx Dec 2017) by Mark Adler
1+ pigz 2.4 (26 Dec 2017) by Mark Adler
22
33pigz, which stands for Parallel Implementation of GZip, is a fully functional
44replacement for gzip that exploits multiple processors and multiple cores to
Original file line number Diff line number Diff line change 1- .TH PIGZ 1 "December xx , 2017"
1+ .TH PIGZ 1 "December 26 , 2017"
22.SH NAME
33pigz, unpigz \- compress or expand files
44.SH SYNOPSIS
Original file line number Diff line number Diff line change 11/* pigz.c -- parallel implementation of gzip
22 * Copyright (C) 2007-2017 Mark Adler
3- * Version 2.3.5 xx Dec 2017 Mark Adler
3+ * Version 2.4 26 Dec 2017 Mark Adler
44 */
55
66/*
175175 Permit named pipes as input (e.g. made by mkfifo())
176176 Fix a bug in -r directory traversal
177177 Add warning for a zip file entry 4 GiB or larger
178- 2.3.5 xx Dec 2017 -
178+ 2.4 26 Dec 2017 Portability improvements
179+ Produce Zip64 format when needed for --zip (>= 4 GiB)
180+ Make -no-name compatible with gzip, add --time option
181+ Add -m as a short option for --no-time
182+ Check run-time zlib version to handle weak linking
183+ Fix a concurrent read bug in --list operation
184+ Process options first, for gzip compatibility
185+ Add --synchronous (-Y) option to force device write
186+ Disallow an empty suffix (e.g. --suffix '')
187+ Return an exit code of 1 if any issues are encountered
188+ Fix sign error in compression reduction percentage
179189 */
180190
181- #define VERSION "pigz 2.3.5x \n"
191+ #define VERSION "pigz 2.4 \n"
182192
183193/* To-do:
184194 - make source portable for Windows, VMS, etc. (see gzip source code)
Original file line number Diff line number Diff line change 11Summary: pigz is a parallel implementation of gzip which utilizes multiple cores
22Name: pigz
3- Version: 2.3.5
3+ Version: 2.4
44Release: 1
55Source0: %{name }-%{version }.tar.gz
66License: zlib
You can’t perform that action at this time.
0 commit comments