Version 1.11-rc5 of lzip is ready for testing here
http://download.savannah.gnu.org/releases/lzip/lzip-1.11-rc5.tar.gz
http://download.savannah.gnu.org/releases/lzip/lzip-1.11-rc5.tar.lz
The md5sums are:
1af4a4fd56c5cc579800669d49eed68c lzip-1.11-rc5.tar.gz
e375d5245e4892d9b3a4d9aa857b1016 lzip-1.11-rc5.tar.lz
Please, test it and report any bugs you find.
Lzip is a lossless data compressor based on the LZMA algorithm, with
very safe integrity checking and a user interface similar to the one of
gzip or bzip2. Lziprecover is a data recovery tool for lzip-compressed
files.
The homepage is at http://www.nongnu.org/lzip/lzip.html.
Changes in this version:
* The option "-0", which produces a compression speed and ratio
comparable to those of "gzip -9", has been added to lzip.
* stdin and stdout are set in binary mode on Cygwin and OS2.