1# pylzma
2
3## 0.5.0
4
5- Update to LZMA SDK 18.05.
6- Support LZMA2 decompression.
7- Fix decompressing empty members from 7z files.
8- Fix parsing attributes from 7z members.
9- Include test data in tarball.
10- Fix AES decryption for solid 7z archives with LZMA2 compression.
11
12
13## 0.4.9
14
15- Fix for 7z files that contain padding data after uncompress / decrypt.
16- Support dummy entries in 7z files.
17
18
19## 0.4.8
20
21- Don't include 7z files in releases.
22
23
24## 0.4.7
25
26- Fix input size when decompressing with multiple codecs.
27- Reduce number of temporary objects for improved performance.
28- Use long integers where possible to support large archives.
29- Support archives with encrypted filenames.
30- Fix switching of compressed streams that contain multiple files.
31
32
33## 0.4.6
34
35- Export `__version__` from module.
36- Allow custom output for `Archive7z.list`.
37- Fixes for running on Python 3.
38- Include tests in tarball.
39
40
41## 0.4.5
42
43- Integrate with Travis CI and add more test cases.
44- Fix potential double-free crash.
45- Initial support for Python 3.
46- Fix decoding of archive members without a filename.
47- Add BCJ filters.
48- Use own AES256-SHA256 implementation instead of `M2Crypto`.
49- Support reading empty archives.
50- Fix wrong offset when converting `FILETIME` to `datetime`.
51- Cache data for better performance of solid 7z archives.
52- Fix parsing of mixed solid/non-solid 7z files.
53
54
55## 0.4.4
56
57- Fix compiler error with gcc on i386.
58- Fix compiler error with MSVC.
59
60
61## 0.4.3
62
63- Initial support for AES256-SHA256 using `M2Crypto`.
64- Better support for Python versions before 2.5.
65- Read bigger blocks when decompressing for improved performance.
66- Fix parsing 7z files without CRC information.
67
68
69## 0.4.2
70
71- Update integration of multithreaded compression.
72- Fix compiling with MinGW.
73- Improve use of (re-)allocation for better performance.
74- Include all header files in tarball.
75
76
77## 0.4.1
78
79- Update urls.
80
81
82## 0.4.0
83
84- First released version.
85