
The release of library and console utility 26.01 has taken place. 7-Zip, designed for working with archives in 7z, XZ, BZIP2, GZIP, TAR, ZIP, WIM formats and many others.
The project is written in C and C++ and is distributed under the GNU LGPL license.
Changes:
- The Linux version of 7-Zip can use large (2 MB) memory pages, allowing for a 10% increase in compression speed for 7z/xz/LZMA/LZMA2.
- A parameter -spo[d|c|r] has been added, defining the mode of forming the path to the output directory when unpacking the archive. The output directory path is formed based on the path specified in the -o{dir_path} parameter and the name of the unpacked archive:
- -spod: for Linux/Posix/macOS, the -o{dir_path} parameter specifies a direct path to the output directory. The * symbol in {dir_path} will not be replaced with the archive name.
- -spoc: 7-Zip will combine the path specified in the -o{dir_path} parameter with the archive name to form the final path to the output directory.
- -spor (default): 7-Zip will replace the * symbol in the path specified in the -o{dir_path} parameter with the archive name.
- some bugs have been fixed.
Source: linux.org.ru
