Skip to content

Commit

Permalink
Update version number to 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 1, 2012
1 parent 2ee26fc commit 13ba026
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
pigz 2.2 (31 Dec 2011) by Mark Adler pigz 2.2.1 (xx Jan 2012) by Mark Adler


pigz, which stands for Parallel Implementation of GZip, is a fully functional pigz, which stands for Parallel Implementation of GZip, is a fully functional
replacement for gzip that exploits multiple processors and multiple cores to replacement for gzip that exploits multiple processors and multiple cores to
Expand Down
2 changes: 1 addition & 1 deletion pigz.1
Expand Up @@ -190,4 +190,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 warranty. In no event will the author be held liable for any damages
arising from the use of this software. arising from the use of this software.
.PP .PP
Copyright (C) 2007, 2008, 2009, 2010, 2011 Mark Adler <madler@alumni.caltech.edu> Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Mark Adler <madler@alumni.caltech.edu>
7 changes: 4 additions & 3 deletions pigz.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip /* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007, 2008, 2009, 2010, 2011 Mark Adler * Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Mark Adler
* Version 2.2 31 Dec 2011 Mark Adler * Version 2.2.1 xx Jan 2012 Mark Adler
*/ */


/* /*
Expand Down Expand Up @@ -128,9 +128,10 @@
Make the "threads" list head global variable volatile Make the "threads" list head global variable volatile
Fix construction and printing of 32-bit check values Fix construction and printing of 32-bit check values
Add --rsyncable functionality Add --rsyncable functionality
2.2.1 xx Jan 2012 -
*/ */


#define VERSION "pigz 2.2\n" #define VERSION "pigz 2.2.1\n"


/* To-do: /* To-do:
- make source portable for Windows, VMS, etc. (see gzip source code) - make source portable for Windows, VMS, etc. (see gzip source code)
Expand Down
Binary file modified pigz.pdf
Binary file not shown.

0 comments on commit 13ba026

Please sign in to comment.