Merge pull request #63 from PKRoma/pk/usehttps
[msysgit.git] / share / 7-Zip / history-extra.txt
blobf66ad562bc43b0e5ab705396f0c2c6c8787dd8ba
1 7-Zip Extra history\r
2 -------------------\r
3 \r
4 9.18                2010-11-02\r
5 ------------------------------\r
6   - New small SFX module for installers.\r
7 \r
8 \r
9 9.17                2010-10-04\r
10 ------------------------------\r
11   - New 7-Zip plugin for FAR Manager x64.\r
14 9.10                2009-12-30\r
15 ------------------------------\r
16   - 7-Zip for installers now supports LZMA2.\r
19 9.09                2009-12-12\r
20 ------------------------------\r
21   - LZMA2 compression method support.\r
22   - Some bugs were fixed.\r
25 4.65                2009-02-03\r
26 ------------------------------\r
27   - Some bugs were fixed.\r
30 4.38 beta           2006-04-13\r
31 ------------------------------\r
32   - SFX for installers now supports new properties in config file:\r
33     Progress, Directory, ExecuteFile, ExecuteParameters.\r
36 4.34 beta           2006-02-27\r
37 ------------------------------\r
38   - ISetProperties::SetProperties:\r
39       it's possible to specify desirable number of CPU threads: \r
40            PROPVARIANT: name=L"mt", vt = VT_UI4, ulVal = NumberOfThreads\r
41       If "mt" is not defined, 7za.dll will check number of processors in system to set \r
42       number of desirable threads. \r
43       Now 7za.dll can use:\r
44         2 threads for LZMA compressing\r
45         N threads for BZip2 compressing\r
46         4 threads for BZip2 decompressing\r
47       Other codecs use only one thread. \r
48       Note: 7za.dll can use additional "small" threads with low CPU load.\r
49   - It's possible to call ISetProperties::SetProperties to specify "mt" property for decoder.\r
52 4.33 beta           2006-02-05\r
53 ------------------------------\r
54   - Compressing speed and Memory requirements were increased.\r
55     Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB, \r
56     Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.\r
57   - 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4\r
60 4.27                2005-09-21\r
61 ------------------------------\r
62  - Some GUIDs/interfaces were changed.\r
63    IStream.h:\r
64      ISequentialInStream::Read now works as old ReadPart\r
65      ISequentialOutStream::Write now works as old WritePart\r