pigz = parallel gzip - new version 2.2.3 (15 Jan 2012)
there is a new pigz version 2.2.3 - 2012-01-15 on http://zlib.net/pigz
source: http://zlib.net/pigz/pigz-2.2.3.tar.gz
---
changes:
2.1.7 2011-12-17 Avoid unused parameter warning in reenter()
Don't assume 2's complement ints in compress_thread()
Replicate gzip -cdf cat-like behavior
Replicate gzip -- option to suppress option decoding
Test output from make test instead of showing it
Updated pigz.spec to install unpigz, pigz.1 [Obermaier]
Add PIGZ environment variable [Mueller]
Replicate gzip suffix search when decoding or listing
Fix bug in load() to set in_left to zero on end of file
Do not check suffix when input file won't be modified
Decompress to stdout if name is "*cat" [Hayasaka]
Write data descriptor signature to be like Info-ZIP
Update and sort options list in help
Use CC variable for compiler in Makefile
Exit with code 2 if a warning has been issued
Fix thread synchronization problem when tracing
Change macro name MAX to MAX2 to avoid library conflicts
Determine number of processors on HP-UX [Lloyd]
2.2 2011-12-31 Check for expansion bound busting (e.g. modified zlib)
Make the "threads" list head global variable volatile
Fix construction and printing of 32-bit check values
Add --rsyncable functionality
2.2.1 2012-01-01 Fix bug in --rsyncable buffer management
2.2.2 2012-01-01 Fix another bug in --rsyncable buffer management
2.2.3 2012-01-15 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
Add thread portability #defines from yarn.c
Have rsyncable compression be independent of threading
Fix bug where constructed dictionaries not being used
To-do: make source portable for Windows, VMS, ... and make build portable (currently good for Unixish)
---
there is also a newer version 1.1.6 - 2011-10-31 of pbzip2 on http://www.compression.ca/pbzip2/
source: http://compression.ca/pbzip2/pbzip2-1.1.6.tar.gz
(a version 1.1.7 seems to be in testing)
bugfix:
--
Fixed bug - deadlock due to unsynchronized broadcasts (bug #876686)
Prevent deletion of input files on error (bug #874543)
Document how to compress/decompress from standard input (bug #820525)
Added more detailed kernel error messages (bug #874605)
Fixes for error handling in muliti-file processing (bug #883782)
--
for now there are no windows-binary of the new version ...
it would be interesting to see it running on Intel Core i7 ...
best regards