OSDN Git Service

mirror .org
[sevenzip/7-Zip.git] / www.7-zip.org / history.txt
index 806bd49..37a46d7 100644 (file)
@@ -1,6 +1,56 @@
 HISTORY of the 7-Zip\r
 --------------------\r
 \r
+20.00 alpha    2020-02-06\r
+-------------------------\r
+- 7-Zip now supports new optional match finders for LZMA/LZMA2 compression: bt5 and hc5, \r
+  that can work faster than bt4 and hc4 match finders for the data with big redundancy.\r
+- The compression ratio was improved for Fast and Fastest compression levels with the \r
+  following default settings:\r
+   - Fastest level (-mx1) : hc5 match finder with 256 KB dictionary.\r
+   - Fast    level (-mx3) : hc5 match finder with 4 MB dictionary.\r
+- Minor speed optimizations in multithreaded LZMA/LZMA2 compression for Normal/Maximum/Ultra \r
+  compression levels.\r
+- bzip2 decoding code was updated to support bzip2 archives, created by lbzip2 program.\r
+- Some bugs were fixed.\r
+- New localization: Turkmen.\r
+\r
+\r
+19.02 alpha    2019-09-05\r
+-------------------------\r
+- 7-Zip now can unpack files encoded with Base64 encoding (b64 filename extension).\r
+- 7-Zip now can use new x86/x64 hardware instructions for SHA-1 and SHA-256, supported\r
+  by AMD Ryzen and latest Intel CPUs: Ice Lake and Goldmont.\r
+  It increases\r
+    - the speed of SHA-1/SHA-256 hash value calculation, \r
+    - the speed of encryption/decryption in zip AES, \r
+    - the speed of key derivation for encryption/decryption in 7z/zip/rar archives.\r
+- The speed of zip AES encryption and 7z/zip/rar AES decryption was increased with \r
+  the following improvements:\r
+   - 7-Zip now can use new x86/x64 VAES (AVX Vector AES) instructions, supported by \r
+     Intel Ice Lake CPU. \r
+   - The existing code of x86/x64 AES-NI was improved also.\r
+- There is 2% speed optimization in 7-Zip benchmark's decompression.\r
+- Some bugs were fixed.\r
+\r
\r
+19.00          2019-02-21\r
+-------------------------\r
+- Encryption strength for 7z archives was increased:\r
+  the size of random initialization vector was increased from 64-bit to 128-bit,\r
+  and the pseudo-random number generator was improved.\r
+- Some bugs were fixed.\r
+\r
+\r
+18.06          2018-12-30\r
+-------------------------\r
+- The speed for LZMA/LZMA2 compressing was increased by 3-10%,\r
+  and there are minor changes in compression ratio.\r
+- Some bugs were fixed.\r
+- The bug in 7-Zip 18.02-18.05 was fixed: there was memory leak in xz decoder.\r
+- 7-Zip 18.02-18.05 used only one CPU thread for bz2 archive creation.\r
+  \r
+\r
 18.05          2018-04-30\r
 -------------------------\r
 - The speed for LZMA/LZMA2 compressing was increased \r