mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 04:24:11 -06:00
18.03
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ AppName = "7-Zip"
|
||||
InstallDir = %CE1%\%AppName%
|
||||
|
||||
[Strings]
|
||||
AppVer = "18.01"
|
||||
AppDate = "2018-01-28"
|
||||
AppVer = "18.03"
|
||||
AppDate = "2018-03-04"
|
||||
|
||||
[CEDevice]
|
||||
; ProcessorType = 2577 ; ARM
|
||||
|
||||
+3
-1
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 18
|
||||
!define VERSION_MINOR 01
|
||||
!define VERSION_MINOR 03
|
||||
!define VERSION_POSTFIX_FULL ""
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
@@ -220,6 +220,7 @@ Section
|
||||
File ja.txt
|
||||
File ka.txt
|
||||
File kaa.txt
|
||||
File kab.txt
|
||||
File kk.txt
|
||||
File ko.txt
|
||||
File ku.txt
|
||||
@@ -421,6 +422,7 @@ Section Uninstall
|
||||
Delete $INSTDIR\Lang\ja.txt
|
||||
Delete $INSTDIR\Lang\ka.txt
|
||||
Delete $INSTDIR\Lang\kaa.txt
|
||||
Delete $INSTDIR\Lang\kab.txt
|
||||
Delete $INSTDIR\Lang\kk.txt
|
||||
Delete $INSTDIR\Lang\ko.txt
|
||||
Delete $INSTDIR\Lang\ku.txt
|
||||
|
||||
+4
-1
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "18" ?>
|
||||
<?define VerMinor = "01" ?>
|
||||
<?define VerMinor = "03" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
@@ -104,6 +104,8 @@
|
||||
|
||||
<Media Id="1" Cabinet="product.cab" EmbedCab="yes" CompressionLevel="high" />
|
||||
|
||||
<Property Id="MSIRMSHUTDOWN" Value="2"/>
|
||||
|
||||
<Property Id="INSTALLDIR">
|
||||
<RegistrySearch Id="My7zipPathLM" Type="raw" Root="HKLM" Key="Software\7-Zip" Name="Path" />
|
||||
<RegistrySearch Id="My7zipPathLM2" Type="raw" Root="HKLM" Key="Software\7-Zip" Name="Path$(var.NumBits)" />
|
||||
@@ -294,6 +296,7 @@
|
||||
<File Id="ja.txt" Name="ja.txt" />
|
||||
<File Id="ka.txt" Name="ka.txt" />
|
||||
<File Id="kaa.txt" Name="kaa.txt" />
|
||||
<File Id="kab.txt" Name="kab.txt" />
|
||||
<File Id="kk.txt" Name="kk.txt" />
|
||||
<File Id="ko.txt" Name="ko.txt" />
|
||||
<File Id="ku.txt" Name="ku.txt" />
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
7-Zip 18.01 Sources
|
||||
7-Zip 18.03 Sources
|
||||
-------------------
|
||||
|
||||
7-Zip is a file archiver for Windows.
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
HISTORY of the 7-Zip source code
|
||||
--------------------------------
|
||||
|
||||
18.03 beta 2018-03-04
|
||||
-------------------------
|
||||
- Asm\x86\LzmaDecOpt.asm: new optimized LZMA decoder written in asm
|
||||
for x64 with about 30% higher speed than main version of LZMA decoder written in C.
|
||||
- The speed for single-thread LZMA/LZMA2 decoder written in C was increased by 3%.
|
||||
- 7-Zip now can use multi-threading for 7z/LZMA2 decoding,
|
||||
if there are multiple independent data chunks in LZMA2 stream.
|
||||
- 7-Zip now can use multi-threading for xz decoding,
|
||||
if there are multiple blocks in xz stream.
|
||||
|
||||
|
||||
17.00 beta 2017-04-29
|
||||
-------------------------
|
||||
- NewHandler.h / NewHandler.cpp:
|
||||
|
||||
Reference in New Issue
Block a user