1
0
Fork 0

Adding upstream version 1.0~rc1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 03:54:35 +01:00
parent a92d8a2cdd
commit d49eb8d954
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
24 changed files with 1438 additions and 882 deletions

15
NEWS
View file

@ -1,6 +1,13 @@
Changes in version 0.9:
Changes in version 1.0:
Minor fixes and cleanups.
Scalability of compression (max number of useful worker threads) has
been increased.
Configure option "--datadir" has been renamed to "--datarootdir" to
follow GNU Standards.
Scalability when decompressing from/to regular files has been increased.
The number of worker threads is now limited to the number of members in
the input file when decompressing from a regular file.
The target "install-as-lzip" has been added to the Makefile.
The target "install-bin" has been added to the Makefile.