Skip to content

Commit fe822cb

Browse files
committed
pigz version 2.4
1 parent 0492a39 commit fe822cb

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pigz 2.3.5 (xx Dec 2017) by Mark Adler
1+
pigz 2.4 (26 Dec 2017) by Mark Adler
22

33
pigz, which stands for Parallel Implementation of GZip, is a fully functional
44
replacement for gzip that exploits multiple processors and multiple cores to

pigz.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH PIGZ 1 "December xx, 2017"
1+
.TH PIGZ 1 "December 26, 2017"
22
.SH NAME
33
pigz, unpigz \- compress or expand files
44
.SH SYNOPSIS

pigz.c

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
/*
@@ -175,10 +175,20 @@
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)

pigz.pdf

-6 Bytes
Binary file not shown.

pigz.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: pigz is a parallel implementation of gzip which utilizes multiple cores
22
Name: pigz
3-
Version: 2.3.5
3+
Version: 2.4
44
Release: 1
55
Source0: %{name}-%{version}.tar.gz
66
License: zlib

0 commit comments

Comments
 (0)