mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 06:24:13 -06:00
9.09 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
2fed872194
commit
1fbaf0aac5
@@ -17,7 +17,6 @@ general\formats.htm
|
||||
general\index.htm
|
||||
general\license.htm
|
||||
general\performance.htm
|
||||
general\register.htm
|
||||
general\7z.htm
|
||||
cmdline\index.htm
|
||||
cmdline\syntax.htm
|
||||
|
||||
+2
-2
@@ -10,8 +10,8 @@ AppName = "7-Zip"
|
||||
InstallDir = %CE1%\%AppName%
|
||||
|
||||
[Strings]
|
||||
AppVer = "9.07"
|
||||
AppDate = "2009-08-29"
|
||||
AppVer = "9.09"
|
||||
AppDate = "2009-12-12"
|
||||
|
||||
[CEDevice]
|
||||
; ProcessorType = 2577 ; ARM
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 9
|
||||
!define VERSION_MINOR 07
|
||||
!define VERSION_MINOR 09
|
||||
!define VERSION_POSTFIX_FULL " beta"
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
@@ -54,7 +54,7 @@
|
||||
;Compressor
|
||||
!ifndef NO_COMPRESSION
|
||||
SetCompressor /solid lzma
|
||||
SetCompressorFilter 1
|
||||
; SetCompressorFilter 1
|
||||
!ifdef IA64
|
||||
SetCompressorDictSize 8
|
||||
!else
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "9" ?>
|
||||
<?define VerMinor = "07" ?>
|
||||
<?define VerMinor = "09" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "0$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
Sources history of the 7-Zip
|
||||
----------------------------
|
||||
|
||||
9.09 2009-12-12
|
||||
-------------------------
|
||||
- The bug was fixed:
|
||||
Utf16_To_Utf8 funstions in UTFConvert.cpp and 7zMain.c
|
||||
incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
|
||||
|
||||
|
||||
9.05 2009-07-05
|
||||
-------------------------
|
||||
- FileMapping.h::CFileMapping now returns WRes
|
||||
|
||||
+3
-2
@@ -1,4 +1,4 @@
|
||||
LZMA SDK 9.06
|
||||
LZMA SDK 9.09
|
||||
-------------
|
||||
|
||||
LZMA SDK provides the documentation, samples, header files, libraries,
|
||||
@@ -524,7 +524,8 @@ static ISzAlloc g_Alloc = { SzAlloc, SzFree };
|
||||
LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc);
|
||||
|
||||
|
||||
If callback function return some error code, LzmaEnc_Encode also returns that code.
|
||||
If callback function return some error code, LzmaEnc_Encode also returns that code
|
||||
or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|
||||
|
||||
|
||||
Single-call RAM->RAM Compression
|
||||
|
||||
Reference in New Issue
Block a user