mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 08:07:09 -06:00
17.00
This commit is contained in:
@@ -10,8 +10,8 @@ AppName = "7-Zip"
|
||||
InstallDir = %CE1%\%AppName%
|
||||
|
||||
[Strings]
|
||||
AppVer = "16.04"
|
||||
AppDate = "2016-10-04"
|
||||
AppVer = "17.00"
|
||||
AppDate = "2017-04-29"
|
||||
|
||||
[CEDevice]
|
||||
; ProcessorType = 2577 ; ARM
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
;--------------------------------
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 16
|
||||
!define VERSION_MINOR 04
|
||||
!define VERSION_POSTFIX_FULL ""
|
||||
!define VERSION_MAJOR 17
|
||||
!define VERSION_MINOR 00
|
||||
!define VERSION_POSTFIX_FULL " beta"
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
!define VERSION_SYS_POSTFIX_FULL " for Windows IA-64"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "16" ?>
|
||||
<?define VerMinor = "04" ?>
|
||||
<?define VerMajor = "17" ?>
|
||||
<?define VerMinor = "00" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
License for use and distribution
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
7-Zip Copyright (C) 1999-2016 Igor Pavlov.
|
||||
7-Zip Copyright (C) 1999-2017 Igor Pavlov.
|
||||
|
||||
Licenses for files are:
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
7-Zip method IDs for 7z and xz archives
|
||||
---------------------------------------
|
||||
|
||||
Version: 16.03
|
||||
Date: 2016-09-27
|
||||
Version: 17.00
|
||||
Date: 2017-01-01
|
||||
|
||||
Each compression or crypto method in 7z is associated with unique binary value (ID).
|
||||
The length of ID in bytes is arbitrary but it can not exceed 63 bits (8 bytes).
|
||||
@@ -122,9 +122,15 @@ List of defined IDs
|
||||
F7 - External codecs (that are not included to 7-Zip)
|
||||
|
||||
0x xx - reserved
|
||||
10 xx - reserved (LZHAM)
|
||||
11 xx - reserved (Zstd)
|
||||
|
||||
10 xx - reserved (LZHAM)
|
||||
01 - LZHAM
|
||||
|
||||
11 xx - reserved (Tino Reichardt)
|
||||
01 - ZSTD
|
||||
04 - LZ4
|
||||
05 - LZ5
|
||||
|
||||
|
||||
06.. - Crypto
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
7-Zip 16.04 Sources
|
||||
-------------------
|
||||
7-Zip 17.00 beta Sources
|
||||
------------------------
|
||||
|
||||
7-Zip is a file archiver for Windows.
|
||||
|
||||
7-Zip Copyright (C) 1999-2016 Igor Pavlov.
|
||||
7-Zip Copyright (C) 1999-2017 Igor Pavlov.
|
||||
|
||||
|
||||
License Info
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
HISTORY of the 7-Zip source code
|
||||
--------------------------------
|
||||
|
||||
17.00 beta 2017-04-29
|
||||
-------------------------
|
||||
- NewHandler.h / NewHandler.cpp:
|
||||
now it redefines operator new() only for old MSVC compilers (_MSC_VER < 1900).
|
||||
- C/7zTypes.h : the names of variables in interface structures were changed (vt).
|
||||
- Some bugs were fixed. 7-Zip could crash in some cases.
|
||||
- Some internal changes in code.
|
||||
|
||||
|
||||
16.02 2016-05-21
|
||||
-------------------------
|
||||
- The BUG in 16.00 - 16.01 was fixed:
|
||||
|
||||
Reference in New Issue
Block a user