mirror of
				https://github.com/MartinEesmaa/VVCEasy.git
				synced 2025-06-05 21:59:20 +02:00 
			
		
		
		
	Updated from 7-Zip 21.06 to 21.07
This commit is contained in:
		
							
								
								
									
										
											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,19 @@
 | 
			
		||||
HISTORY of the 7-Zip
 | 
			
		||||
--------------------
 | 
			
		||||
 | 
			
		||||
21.07          2021-12-26
 | 
			
		||||
-------------------------
 | 
			
		||||
- 7-Zip now can extract VHDX disk images (Microsoft Hyper-V Virtual Hard Disk v2 format).
 | 
			
		||||
- New switches: -spm and -im!{file_path} to exclude directories from processing 
 | 
			
		||||
    for specified paths that don't contain path separator character at the end of path.
 | 
			
		||||
- In the "Add to Archive" window, now it is allowed to use -m prefix for "Parameters" 
 | 
			
		||||
  field as in command line: -mparam.
 | 
			
		||||
- The sorting order of files in archives was slightly changed to be more consistent
 | 
			
		||||
  for cases where the name of some directory is the same as the prefix part of the name
 | 
			
		||||
  of another directory or file.
 | 
			
		||||
- TAR archives created by 7-Zip now are more consistent with archives created by GNU TAR program.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
21.06          2021-11-24
 | 
			
		||||
-------------------------
 | 
			
		||||
- The window "Add to Archive" now allows to set a limit on memory usage (RAM) 
 | 
			
		||||
@@ -30,7 +43,7 @@ HISTORY of the 7-Zip
 | 
			
		||||
  New -shd{dir_path} switch to set the directory that is used to check files 
 | 
			
		||||
  referenced by "file.sha256" file for "Test" operation. 
 | 
			
		||||
  If -shd{dir_path} is not specified, 7-Zip uses the directory where "file.sha256" is stored.  
 | 
			
		||||
- New -xtd switch to exclude directory items from processing.
 | 
			
		||||
- New -xtd switch to exclude directory metadata records from processing.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
21.03 beta     2021-07-20
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
7-Zip 21.06
 | 
			
		||||
7-Zip 21.07
 | 
			
		||||
-----------
 | 
			
		||||
 | 
			
		||||
7-Zip is a file archiver for Windows.
 | 
			
		||||
@@ -12,7 +12,7 @@ The main features of 7-Zip:
 | 
			
		||||
     - Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM.
 | 
			
		||||
     - Unpacking only: AR, ARJ, Base64, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS,
 | 
			
		||||
                       IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, 
 | 
			
		||||
                       RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, XAR and Z.
 | 
			
		||||
                       RPM, SquashFS, UDF, UEFI, VDI, VHD, VHDX, VMDK, XAR and Z.
 | 
			
		||||
  - Fast compression and decompression
 | 
			
		||||
  - Self-extracting capability for 7z format
 | 
			
		||||
  - Strong AES-256 encryption in 7z and ZIP formats
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user