mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-04-11 01:01:05 +02:00
Updated from 7-Zip 21.07 to 22.00
This commit is contained in:
parent
37c88b279b
commit
f5f9aee794
BIN
7-Zip/7z.dll
BIN
7-Zip/7z.dll
Binary file not shown.
BIN
7-Zip/7z.exe
BIN
7-Zip/7z.exe
Binary file not shown.
@ -1,6 +1,26 @@
|
|||||||
|
|
||||||
HISTORY of the 7-Zip
|
HISTORY of the 7-Zip
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
22.00 2022-06-16
|
||||||
|
-------------------------
|
||||||
|
- 7-Zip now can extract APFS (Apple File System) images that can be used in DMG files.
|
||||||
|
- 7-Zip now can create TAR archives in POSIX (pax) tar format with the switches
|
||||||
|
-ttar -mm=pax or -ttar -mm=posix
|
||||||
|
- 7-Zip now can store additional file timestamps with high precision (1 ns in Linux)
|
||||||
|
in tar/pax archives with the following switches:
|
||||||
|
-ttar -mm=pax -mtp=3 -mtc -mta
|
||||||
|
- New switches for Linux version for TAR archives:
|
||||||
|
-snoi : store owner/group ids in archive or set owner/group ids from archive to extracted files.
|
||||||
|
-snon : store owner/group names in archive
|
||||||
|
- New -snz switch to propagate Zone.Identifier stream to extracted files (Windows).
|
||||||
|
- New option "Propagate Zone.Id stream" in Tools/Options/7-Zip menu.
|
||||||
|
- New "Options" window in "Add to archive" allows to select what metadata must be
|
||||||
|
included to archive. Also it allows to select new option
|
||||||
|
"Do not change source files last access time".
|
||||||
|
- Some bugs were fixed.
|
||||||
|
|
||||||
|
|
||||||
21.07 2021-12-26
|
21.07 2021-12-26
|
||||||
-------------------------
|
-------------------------
|
||||||
- 7-Zip now can extract VHDX disk images (Microsoft Hyper-V Virtual Hard Disk v2 format).
|
- 7-Zip now can extract VHDX disk images (Microsoft Hyper-V Virtual Hard Disk v2 format).
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
License for use and distribution
|
License for use and distribution
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
7-Zip Copyright (C) 1999-2021 Igor Pavlov.
|
7-Zip Copyright (C) 1999-2022 Igor Pavlov.
|
||||||
|
|
||||||
The licenses for files are:
|
The licenses for files are:
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
7-Zip 21.07
|
7-Zip 22.00
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
7-Zip is a file archiver for Windows.
|
7-Zip is a file archiver for Windows.
|
||||||
|
|
||||||
7-Zip Copyright (C) 1999-2021 Igor Pavlov.
|
7-Zip Copyright (C) 1999-2022 Igor Pavlov.
|
||||||
|
|
||||||
The main features of 7-Zip:
|
The main features of 7-Zip:
|
||||||
|
|
||||||
- High compression ratio in the new 7z format
|
- High compression ratio in the new 7z format
|
||||||
- Supported formats:
|
- Supported formats:
|
||||||
- Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM.
|
- Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM.
|
||||||
- Unpacking only: AR, ARJ, Base64, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS,
|
- Unpacking only: APFS, AR, ARJ, Base64, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS,
|
||||||
IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR,
|
IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR,
|
||||||
RPM, SquashFS, UDF, UEFI, VDI, VHD, VHDX, VMDK, XAR and Z.
|
RPM, SquashFS, UDF, UEFI, VDI, VHD, VHDX, VMDK, XAR and Z.
|
||||||
- Fast compression and decompression
|
- Fast compression and decompression
|
||||||
|
Loading…
x
Reference in New Issue
Block a user