1
0
Fork 0

Merging upstream version 1.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-23 19:14:00 +01:00
parent 8cc9aad6e4
commit 059f7c93d5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 124 additions and 128 deletions

16
NEWS
View file

@ -1,15 +1,3 @@
Changes in version 1.1:
Changes in version 1.2:
Support for decompression of lzma-alone (.lzma) files has been added.
Match length limit set by options -1 to -8 has been reduced to extend
range of use towards gzip. Lower numbers now compress less but faster.
(-1 now takes 43% less time for only 20% larger compressed size).
(Note that the bidimensional parameter space of LZMA can't be mapped to
a linear scale optimal for all files. If your files are large, very
repetitive, etc, you may need to use the --match-length and
--dictionary-size options directly to achieve optimal performance).
Code has been converted to "C89 + long long". A C99 compiler is no more
needed.
Code cleanup. Minor fixes.