Skip to content

Commit

Permalink
pigz version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 16, 2012
1 parent 3ef5ec9 commit 98eafca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
pigz 2.2.2 (xx Jan 2012) by Mark Adler
pigz 2.2.3 (15 Jan 2012) 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.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Mark Adler
* Version 2.2.3 xx Jan 2012 Mark Adler
* Version 2.2.3 15 Jan 2012 Mark Adler
*/

/*
Expand Down Expand Up @@ -130,7 +130,7 @@
Add --rsyncable functionality
2.2.1 1 Jan 2012 Fix bug in --rsyncable buffer management
2.2.2 1 Jan 2012 Fix another bug in --rsyncable buffer management
2.2.3 xx Jan 2012 Remove volatile in yarn.c
2.2.3 15 Jan 2012 Remove volatile in yarn.c
Reduce the number of input buffers
Change initial rsyncable hash to comparison value
Improve the efficiency of arriving at a byte boundary
Expand Down

0 comments on commit 98eafca

Please sign in to comment.