Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pigz version 2.4
  • Loading branch information
madler committed Dec 27, 2017
1 parent 0492a39 commit fe822cb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
pigz 2.3.5 (xx Dec 2017) by Mark Adler
pigz 2.4 (26 Dec 2017) by Mark Adler

pigz, which stands for Parallel Implementation of GZip, is a fully functional
replacement for gzip that exploits multiple processors and multiple cores to
Expand Down
2 changes: 1 addition & 1 deletion pigz.1
@@ -1,4 +1,4 @@
.TH PIGZ 1 "December xx, 2017"
.TH PIGZ 1 "December 26, 2017"
.SH NAME
pigz, unpigz \- compress or expand files
.SH SYNOPSIS
Expand Down
16 changes: 13 additions & 3 deletions pigz.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007-2017 Mark Adler
* Version 2.3.5 xx Dec 2017 Mark Adler
* Version 2.4 26 Dec 2017 Mark Adler
*/

/*
Expand Down Expand Up @@ -175,10 +175,20 @@
Permit named pipes as input (e.g. made by mkfifo())
Fix a bug in -r directory traversal
Add warning for a zip file entry 4 GiB or larger
2.3.5 xx Dec 2017 -
2.4 26 Dec 2017 Portability improvements
Produce Zip64 format when needed for --zip (>= 4 GiB)
Make -no-name compatible with gzip, add --time option
Add -m as a short option for --no-time
Check run-time zlib version to handle weak linking
Fix a concurrent read bug in --list operation
Process options first, for gzip compatibility
Add --synchronous (-Y) option to force device write
Disallow an empty suffix (e.g. --suffix '')
Return an exit code of 1 if any issues are encountered
Fix sign error in compression reduction percentage
*/

#define VERSION "pigz 2.3.5x\n"
#define VERSION "pigz 2.4\n"

/* To-do:
- make source portable for Windows, VMS, etc. (see gzip source code)
Expand Down
Binary file modified pigz.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion pigz.spec
@@ -1,6 +1,6 @@
Summary: pigz is a parallel implementation of gzip which utilizes multiple cores
Name: pigz
Version: 2.3.5
Version: 2.4
Release: 1
Source0: %{name}-%{version}.tar.gz
License: zlib
Expand Down

0 comments on commit fe822cb

Please sign in to comment.