Skip to content

Commit

Permalink
Update to 2017.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Dec 25, 2017
1 parent 9545e86 commit babfcf5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
pigz 2.3.5 (xx Dec 2016) by Mark Adler
pigz 2.3.5 (xx 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
4 changes: 2 additions & 2 deletions pigz.1
@@ -1,4 +1,4 @@
.TH PIGZ 1 "December xx, 2016"
.TH PIGZ 1 "December xx, 2017"
.SH NAME
pigz, unpigz \- compress or expand files
.SH SYNOPSIS
Expand Down Expand Up @@ -224,4 +224,4 @@ This software is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages
arising from the use of this software.
.PP
Copyright (C) 2007-2016 Mark Adler <madler@alumni.caltech.edu>
Copyright (C) 2007-2017 Mark Adler <madler@alumni.caltech.edu>
8 changes: 4 additions & 4 deletions pigz.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007-2016 Mark Adler
* Version 2.3.5 xx Dec 2016 Mark Adler
* Copyright (C) 2007-2017 Mark Adler
* Version 2.3.5 xx Dec 2017 Mark Adler
*/

/*
Expand Down Expand Up @@ -175,7 +175,7 @@
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 2016 -
2.3.5 xx Dec 2017 -
*/

#define VERSION "pigz 2.3.5x\n"
Expand Down Expand Up @@ -4226,7 +4226,7 @@ local int option(char *arg)
case 'K': g.form = 2; g.sufx = ".zip"; break;
case 'L':
fputs(VERSION, stderr);
fputs("Copyright (C) 2007-2016 Mark Adler\n", stderr);
fputs("Copyright (C) 2007-2017 Mark Adler\n", stderr);
fputs("Subject to the terms of the zlib license.\n",
stderr);
fputs("No warranty is provided or implied.\n", stderr);
Expand Down
Binary file modified pigz.pdf
Binary file not shown.

0 comments on commit babfcf5

Please sign in to comment.