blob: dad18581e41be8e03651de02d59093dec14485b8 [file] [log] [blame]
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +02001HISTORY of the LZMA SDK
2-----------------------
3
Wolfgang Denkf12e4542008-09-13 02:23:05 +02004 4.57 2007-12-12
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +02005 -------------------------
6 - Speed optimizations in Ñ++ LZMA Decoder.
7 - Small changes for more compatibility with some C/C++ compilers.
8
9
Wolfgang Denkf12e4542008-09-13 02:23:05 +020010 4.49 beta 2007-07-05
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020011 -------------------------
12 - .7z ANSI-C Decoder:
Wolfgang Denkf12e4542008-09-13 02:23:05 +020013 - now it supports BCJ and BCJ2 filters
14 - now it supports files larger than 4 GB.
15 - now it supports "Last Write Time" field for files.
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020016 - C++ code for .7z archives compressing/decompressing from 7-zip
17 was included to LZMA SDK.
18
19
Wolfgang Denkf12e4542008-09-13 02:23:05 +020020 4.43 2006-06-04
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020021 -------------------------
22 - Small changes for more compatibility with some C/C++ compilers.
23
24
Wolfgang Denkf12e4542008-09-13 02:23:05 +020025 4.42 2006-05-15
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020026 -------------------------
27 - Small changes in .h files in ANSI-C version.
28
29
Wolfgang Denkf12e4542008-09-13 02:23:05 +020030 4.39 beta 2006-04-14
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020031 -------------------------
32 - Bug in versions 4.33b:4.38b was fixed:
33 C++ version of LZMA encoder could not correctly compress
34 files larger than 2 GB with HC4 match finder (-mfhc4).
35
36
Wolfgang Denkf12e4542008-09-13 02:23:05 +020037 4.37 beta 2005-04-06
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020038 -------------------------
39 - Fixes in C++ code: code could no be compiled if _NO_EXCEPTIONS was defined.
40
41
Wolfgang Denkf12e4542008-09-13 02:23:05 +020042 4.35 beta 2005-03-02
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020043 -------------------------
44 - Bug was fixed in C++ version of LZMA Decoder:
45 If encoded stream was corrupted, decoder could access memory
46 outside of allocated range.
47
48
Wolfgang Denkf12e4542008-09-13 02:23:05 +020049 4.34 beta 2006-02-27
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020050 -------------------------
51 - Compressing speed and memory requirements for compressing were increased
52 - LZMA now can use only these match finders: HC4, BT2, BT3, BT4
53
54
Wolfgang Denkf12e4542008-09-13 02:23:05 +020055 4.32 2005-12-09
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020056 -------------------------
57 - Java version of LZMA SDK was included
58
59
Wolfgang Denkf12e4542008-09-13 02:23:05 +020060 4.30 2005-11-20
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020061 -------------------------
62 - Compression ratio was improved in -a2 mode
63 - Speed optimizations for compressing in -a2 mode
64 - -fb switch now supports values up to 273
65 - Bug in 7z_C (7zIn.c) was fixed:
66 It used Alloc/Free functions from different memory pools.
67 So if program used two memory pools, it worked incorrectly.
68 - 7z_C: .7z format supporting was improved
69 - LZMA# SDK (C#.NET version) was included
70
71
72 4.27 (Updated) 2005-09-21
73 -------------------------
74 - Some GUIDs/interfaces in C++ were changed.
75 IStream.h:
76 ISequentialInStream::Read now works as old ReadPart
77 ISequentialOutStream::Write now works as old WritePart
78
79
Wolfgang Denkf12e4542008-09-13 02:23:05 +020080 4.27 2005-08-07
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020081 -------------------------
82 - Bug in LzmaDecodeSize.c was fixed:
83 if _LZMA_IN_CB and _LZMA_OUT_READ were defined,
84 decompressing worked incorrectly.
85
86
Wolfgang Denkf12e4542008-09-13 02:23:05 +020087 4.26 2005-08-05
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020088 -------------------------
89 - Fixes in 7z_C code and LzmaTest.c:
90 previous versions could work incorrectly,
91 if malloc(0) returns 0
92
93
Wolfgang Denkf12e4542008-09-13 02:23:05 +020094 4.23 2005-06-29
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +020095 -------------------------
96 - Small fixes in C++ code
97
98
Wolfgang Denkf12e4542008-09-13 02:23:05 +020099 4.22 2005-06-10
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200100 -------------------------
101 - Small fixes
102
103
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200104 4.21 2005-06-08
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200105 -------------------------
106 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
107 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200108 - LzmaStateDecode.h
109 - LzmaStateDecode.c
110 - LzmaStateTest.c
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200111 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
112
113
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200114 4.17 2005-04-18
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200115 -------------------------
116 - New example for RAM->RAM compressing/decompressing:
117 LZMA + BCJ (filter for x86 code):
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200118 - LzmaRam.h
119 - LzmaRam.cpp
120 - LzmaRamDecode.h
121 - LzmaRamDecode.c
122 - -f86 switch for lzma.exe
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200123
124
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200125 4.16 2005-03-29
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200126 -------------------------
127 - Bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder):
128 If _LZMA_OUT_READ was defined, and if encoded stream was corrupted,
129 decoder could access memory outside of allocated range.
130 - Speed optimization of ANSI-C LZMA Decoder (now it's about 20% faster).
131 Old version of LZMA Decoder now is in file LzmaDecodeSize.c.
132 LzmaDecodeSize.c can provide slightly smaller code than LzmaDecode.c
133 - Small speed optimization in LZMA C++ code
134 - filter for SPARC's code was added
135 - Simplified version of .7z ANSI-C Decoder was included
136
137
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200138 4.06 2004-09-05
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200139 -------------------------
140 - Bug in v4.05 was fixed:
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200141 LZMA-Encoder didn't release output stream in some cases.
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200142
143
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200144 4.05 2004-08-25
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200145 -------------------------
146 - Source code of filters for x86, IA-64, ARM, ARM-Thumb
147 and PowerPC code was included to SDK
148 - Some internal minor changes
149
150
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200151 4.04 2004-07-28
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200152 -------------------------
153 - More compatibility with some C++ compilers
154
155
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200156 4.03 2004-06-18
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200157 -------------------------
158 - "Benchmark" command was added. It measures compressing
159 and decompressing speed and shows rating values.
160 Also it checks hardware errors.
161
162
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200163 4.02 2004-06-10
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200164 -------------------------
165 - C++ LZMA Encoder/Decoder code now is more portable
166 and it can be compiled by GCC on Linux.
167
168
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200169 4.01 2004-02-15
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200170 -------------------------
171 - Some detection of data corruption was enabled.
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200172 LzmaDecode.c / RangeDecoderReadByte
173 .....
174 {
175 rd->ExtraBytes = 1;
176 return 0xFF;
177 }
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200178
179
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200180 4.00 2004-02-13
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200181 -------------------------
182 - Original version of LZMA SDK
183
184
185
186HISTORY of the LZMA
187-------------------
188 2001-2007: Improvements to LZMA compressing/decompressing code,
Wolfgang Denkf12e4542008-09-13 02:23:05 +0200189 keeping compatibility with original LZMA format
Luigi 'Comio' Mantellinifc9c1722008-09-08 02:46:13 +0200190 1996-2001: Development of LZMA compression format
191
192 Some milestones:
193
194 2001-08-30: LZMA compression was added to 7-Zip
195 1999-01-02: First version of 7-Zip was released
196
197
198End of document