Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version number to 2.3.5.
  • Loading branch information
madler committed Oct 2, 2016
1 parent a6f3dab commit 86cbfcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
pigz 2.3.4 (1 Oct 2016) by Mark Adler
pigz 2.3.5 (xx Dec 2016) 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
5 changes: 3 additions & 2 deletions pigz.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007-2016 Mark Adler
* Version 2.3.4 1 Oct 2016 Mark Adler
* Version 2.3.5 xx Dec 2016 Mark Adler
*/

/*
Expand Down Expand Up @@ -181,9 +181,10 @@
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 -
*/

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

/* To-do:
- make source portable for Windows, VMS, etc. (see gzip source code)
Expand Down
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.4
Version: 2.3.5
Release: 1
Source0: %{name}-%{version}.tar.gz
License: zlib
Expand Down

0 comments on commit 86cbfcd

Please sign in to comment.