[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lzip-bug] Pdlzip 1.9-rc1 released
From: |
Antonio Diaz Diaz |
Subject: |
[Lzip-bug] Pdlzip 1.9-rc1 released |
Date: |
Sat, 23 Dec 2017 18:18:19 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Pdlzip 1.9-rc1 is ready for testing here
http://download.savannah.gnu.org/releases/lzip/pdlzip/pdlzip-1.9-rc1.tar.lz
http://download.savannah.gnu.org/releases/lzip/pdlzip/pdlzip-1.9-rc1.tar.gz
The sha256sums are:
c83bcdd2f0dc72c34fdb9a94318ab6e686cdf13bd096f9d1029133300ee41bbb
pdlzip-1.9-rc1.tar.lz
943db33de8c446209b849cd77d395f32e1833ada57d4dc81d0736ce141101cc3
pdlzip-1.9-rc1.tar.gz
Please, test it and report any bugs you find.
Pdlzip is a lossless data compressor with a user interface similar to
the one of lzip, bzip2 or gzip.
Pdlzip uses the lzip file format; the files produced by pdlzip are
(hope)fully compatible with lzip-1.4 or newer.
The lzip file format is designed for data sharing and long-term
archiving, taking into account both data integrity and decoder availability.
Pdlzip is also able to decompress legacy lzma-alone (.lzma) files.
Lzma-alone is a very bad format; it is essentially a raw LZMA stream. If
you keep any lzma-alone files, it is advisable to recompress them to
lzip format. Lziprecover can convert some lzma-alone files to lzip
format without recompressing.
Pdlzip includes public domain (de)compression code from the LZMA SDK
(Software Development Kit) written by Igor Pavlov. Pdlzip is in fact a
permissively licensed implementation of the lzip data compressor,
intended for those who can't distribute (or even use) GPL licensed Free
Software.
The homepage is at http://www.nongnu.org/lzip/pdlzip.html
Changes in this version:
* The option '--loose-trailing', has been added.
* The test used by pdlzip to discriminate trailing data from a
corrupt header in multimember or concatenated files has been improved to
a Hamming distance (HD) of 3, and the 3 bit flips must happen in
different magic bytes for the test to fail. As a consequence some kinds
of files no longer can be appended to a lzip file as trailing data
unless the '--loose-trailing' option is used when decompressing.
Lziprecover can be used to remove conflicting trailing data from a file.
* The 'bits/byte' ratio has been replaced with the inverse
compression ratio in the output.
* A final diagnostic is now shown at verbosity level 1 (-v) or higher
if any file fails the test when testing multiple files.
* A second '.lz' extension is no longer added to the argument of '-o'
if it already ends in '.lz' or '.tlz'.
* In case of (de)compressed size mismatch, the stored size is now
also shown in hexadecimal to ease visual comparison.
* The dictionary size is now shown at verbosity level 4 (-vvvv) when
decompressing or testing.
Regards,
Antonio Diaz, pdlzip co-author and maintainer.
--
If you are distributing software in xz format, please consider using
lzip instead. See http://www.nongnu.org/lzip/lzip_benchmark.html#xz1 and
http://www.nongnu.org/lzip/xz_inadequate.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Lzip-bug] Pdlzip 1.9-rc1 released,
Antonio Diaz Diaz <=