Commit cd7f227
authored
7z.sfx: update to v26.01 (#692)
This corresponds to the commit git-for-windows/7-Zip@ef8de073 (Merge
pull request #30 from
git-for-windows/dependabot/github_actions/actions/upload-artifact-7,
2026-03-03) of
https://github.com/git-for-windows/7-Zip/commits/v26.01-VS2022-sfx and
the artifacts have been copied from the workflow run at
https://github.com/git-for-windows/7-Zip/actions/runs/25169697215.
This closes git-for-windows/git#6221.
## What's new in 7-Zip 26.01
(From the [release
notes](https://sourceforge.net/p/sevenzip/discussion/45797/thread/555e132ba4/)
by Igor Pavlov.)
- Linux version of 7-Zip can use huge pages (2 MB pages). It can
increase compression speed by 10% for 7z/xz/LZMA/LZMA2 compression.
- New `-spo[d|c|r]` switch specifies the path generation mode for the
output directory for archive extraction. The output directory path is
generated from the path specified in the `-o{dir_path}` switch and the
name of the archive being unpacked.
- `-spod`: for Linux/Posix/macOS: `-o{dir_path}` specifies the direct
path to the output directory. The asterisk (`*`) character in
`{dir_path}` will not be replaced by the archive name.
- `-spoc`: 7-Zip will concatenate the path specified in `-o{dir_path}`
with the archive name to form the final path to the output directory.
- `-spor`: 7-Zip will replace the asterisk (`*`) character in the path
specified in `-o{dir_path}` with the archive name. This is the default
option.
- Some bugs were fixed.
I love me that "Some bugs were fixed" ;-)
Apparently https://github.com/ip7z/7zip/ is kind of the official
repository now, but [its commit
history](https://github.com/ip7z/7zip/commits/main/) is not exactly what
I call illuminating...2 files changed
0 commit comments