source: other-projects/expeditee-release-kits/shared/windows/7za/history.txt@ 28830

Last change on this file since 28830 was 28740, checked in by ak19, 10 years ago

Expeditee team (jts21). Add shared/windows folder with self-extracting Java 8 JRE, moved windows_wrapper.cpp to shared/windows/wrapper/wrapper.cpp, fixed run/findjava scripts

File size: 2.0 KB
Line 
17-Zip Extra history
2-------------------
3
49.18 2010-11-02
5------------------------------
6 - New small SFX module for installers.
7
8
99.17 2010-10-04
10------------------------------
11 - New 7-Zip plugin for FAR Manager x64.
12
13
149.10 2009-12-30
15------------------------------
16 - 7-Zip for installers now supports LZMA2.
17
18
199.09 2009-12-12
20------------------------------
21 - LZMA2 compression method support.
22 - Some bugs were fixed.
23
24
254.65 2009-02-03
26------------------------------
27 - Some bugs were fixed.
28
29
304.38 beta 2006-04-13
31------------------------------
32 - SFX for installers now supports new properties in config file:
33 Progress, Directory, ExecuteFile, ExecuteParameters.
34
35
364.34 beta 2006-02-27
37------------------------------
38 - ISetProperties::SetProperties:
39 it's possible to specify desirable number of CPU threads:
40 PROPVARIANT: name=L"mt", vt = VT_UI4, ulVal = NumberOfThreads
41 If "mt" is not defined, 7za.dll will check number of processors in system to set
42 number of desirable threads.
43 Now 7za.dll can use:
44 2 threads for LZMA compressing
45 N threads for BZip2 compressing
46 4 threads for BZip2 decompressing
47 Other codecs use only one thread.
48 Note: 7za.dll can use additional "small" threads with low CPU load.
49 - It's possible to call ISetProperties::SetProperties to specify "mt" property for decoder.
50
51
524.33 beta 2006-02-05
53------------------------------
54 - Compressing speed and Memory requirements were increased.
55 Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB,
56 Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.
57 - 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4
58
59
604.27 2005-09-21
61------------------------------
62 - Some GUIDs/interfaces were changed.
63 IStream.h:
64 ISequentialInStream::Read now works as old ReadPart
65 ISequentialOutStream::Write now works as old WritePart
Note: See TracBrowser for help on using the repository browser.