Skip to content

Commit

Permalink
pigz version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Mar 4, 2013
1 parent 12d8851 commit b6e5f29
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pigz.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Mark Adler
* Version 2.2.6 xx Jan 2013 Mark Adler
* Version 2.3 3 Mar 2013 Mark Adler
*/

/*
Expand Down Expand Up @@ -149,10 +149,14 @@
Print name of executable in error messages
Show help properly when the name is unpigz or gunzip
Fix permissions security problem before output is closed
2.2.6 xx Jan 2013 -
2.3 3 Mar 2013 Don't complain about missing suffix when not writing output file
Put all global variables in one global structure for readability
Do not decompress concatenated zlib streams -- only gzip streams
Add option for compression level 11 to use zopfli
Fix handling of junk after compressed data
*/

#define VERSION "pigz 2.2.6\n"
#define VERSION "pigz 2.3\n"

/* To-do:
- make source portable for Windows, VMS, etc. (see gzip source code)
Expand Down

0 comments on commit b6e5f29

Please sign in to comment.