OSDN Git Service

mirror .org master
authornabeshin <nabeshin@users.sourceforge.jp>
Fri, 7 Feb 2020 15:01:34 +0000 (00:01 +0900)
committernabeshin <nabeshin@users.sourceforge.jp>
Fri, 7 Feb 2020 15:01:34 +0000 (00:01 +0900)
www.7-zip.org/history.txt
www.7-zip.org/index.html
www.7-zip.org/license.txt

index 7c077d3..37a46d7 100644 (file)
@@ -1,6 +1,39 @@
 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
index 56466e6..a122303 100644 (file)
@@ -74,7 +74,7 @@
 </TABLE>\r
 \r
 <BR>\r
-<P><B>Download 7-Zip 19.02 alpha (2019-09-05) for Windows</B>:</P>  \r
+<P><B>Download 7-Zip 20.00 alpha (2020-02-06) for Windows</B>:</P>  \r
 <TABLE cellspacing ="1" cellpadding ="6" border = "0">\r
   <TR>\r
     <TH class="Title" align="center" width=60>Link</TH>\r
     <TH class="Title" align="center" width=55>Size</TH>\r
   </TR>\r
   <TR>\r
-    <TD class="Item" align="center"><A href="a/7z1902.exe">Download</A></TD>\r
+    <TD class="Item" align="center"><A href="a/7z2000.exe">Download</A></TD>\r
     <TD class="Item" align="center">.exe</TD>\r
     <TD class="Item" align="center">32-bit x86</TD>\r
     <TD class="Item" align="center">1 MB</TD>\r
   </TR>\r
   <TR>\r
-    <TD class="Item" align="center"><A href="a/7z1902-x64.exe">Download</A></TD>\r
+    <TD class="Item" align="center"><A href="a/7z2000-x64.exe">Download</A></TD>\r
     <TD class="Item" align="center">.exe</TD>\r
     <TD class="Item" align="center">64-bit x64</TD>\r
     <TD class="Item" align="center">1 MB</TD>\r
@@ -185,11 +185,11 @@ And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip co
 \r
 <TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
   <TR class=NewsHeader>\r
-    <TD class=NewsTitle>7-Zip 19.02</TD>\r
-    <TD class=NewsDate>2019-09-05</TD></TR>\r
+    <TD class=NewsTitle>7-Zip 20.00</TD>\r
+    <TD class=NewsDate>2020-02-06</TD></TR>\r
   <TR class=News>\r
     <TD class=NewsText colSpan=2>\r
-      <A href="https://sourceforge.net/p/sevenzip/discussion/45797/thread/2839b954b9/">7-Zip 19.02 alpha</A><BR>\r
+      <A href="https://sourceforge.net/p/sevenzip/discussion/45797/thread/211ed9b914/">7-Zip 20.00 alpha</A><BR>\r
     </TD>\r
   </TR>\r
 </TABLE>\r
@@ -207,17 +207,6 @@ And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip co
   </TR>\r
 </TABLE>\r
 \r
-<BR>\r
-\r
-<TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
-  <TR class=NewsHeader><TD class=NewsTitle colSpan=2>2019-02-01</TD></TR>\r
-  <TR class=News>\r
-    <TD class=NewsText colSpan=2>\r
-      <A href="https://sourceforge.net/p/sevenzip/discussion/45797/thread/d3ee3821b0/">Windows 10 BUG : Large Pages</A><BR>\r
-    </TD>\r
-  </TR>\r
-</TABLE>\r
-\r
 \r
 <BR>\r
 \r
index d7fce36..0cfd086 100644 (file)
@@ -3,7 +3,7 @@
   License for use and distribution\r
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
 \r
-  7-Zip Copyright (C) 1999-2019 Igor Pavlov.\r
+  7-Zip Copyright (C) 1999-2020 Igor Pavlov.\r
 \r
   The licenses for files are:\r
 \r