This commit is contained in:
Igor Pavlov
2016-05-20 00:00:00 +00:00
committed by Kornel Lesiński
parent 66ac98bb02
commit bec3b479dc
88 changed files with 972 additions and 753 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ AppName = "7-Zip"
InstallDir = %CE1%\%AppName%
[Strings]
AppVer = "16.00"
AppDate = "2016-05-10"
AppVer = "16.01"
AppDate = "2016-05-19"
[CEDevice]
; ProcessorType = 2577 ; ARM
+1 -1
View File
@@ -2,7 +2,7 @@
;Defines
!define VERSION_MAJOR 16
!define VERSION_MINOR 00
!define VERSION_MINOR 01
!define VERSION_POSTFIX_FULL ""
!ifdef WIN64
!ifdef IA64
+3 -2
View File
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?define VerMajor = "16" ?>
<?define VerMinor = "00" ?>
<?define VerMinor = "01" ?>
<?define VerBuild = "00" ?>
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?>
@@ -59,6 +59,7 @@
<?define CompFormats = "$(var.CompId)10" ?>
<?define CompCodecs = "$(var.CompId)11" ?>
<?define CompLang = "$(var.CompId)12" ?>
<?define CompShellExt2 = "$(var.CompId)13" ?>
<?define CompInstallRegCU = "$(var.CompId)80" ?>
<?define CompInstallRegLM = "$(var.CompId)81" ?>
<?define CompInstallRegWild = "$(var.CompId)82" ?>
@@ -190,7 +191,7 @@
<?if $(var.MyCPU) = "x64" ?>
<Component Id="ShellExt32" Guid="$(var.CompShellExt)" DiskId="1" Win64="no">
<Component Id="ShellExt32" Guid="$(var.CompShellExt2)" DiskId="1" Win64="no">
<File Id="_7zip32.dll" Name="7-zip32.dll" />
<Registry Id="shellReg0_32" Action="write" Type="string" Root="HKCR"
Key="CLSID\$(var.ShellExtId)\InprocServer32"
+1 -1
View File
@@ -1,4 +1,4 @@
7-Zip 16.00 Sources
7-Zip 16.01 Sources
-------------------
7-Zip is a file archiver for Windows.
+6
View File
@@ -1,6 +1,12 @@
HISTORY of the 7-Zip source code
--------------------------------
16.01 2016-05-19
-------------------------
- Some bugs were fixed,
- Some internal changes to reduce the number of compiler warnings.
16.00 2016-05-10
-------------------------
- 7-Zip now can extract multivolume ZIP archives (z01, z02, ... , zip).