forked from lloyd/easylzma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
32 lines (26 loc) · 1.14 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
0.0.7
* lloyd Add progress callback during compression
0.0.6
* lloyd fix regression in 0.0.5 that would cause bogus sizes to
be generated for large input files
0.0.5
* lloyd implement heuristic determination of a nice balanced
dictionary size providing near optimal compression at
reasonably low memory usage - elzma_get_dict_size()
0.0.4
* lloyd fix typo in extern "C" wrappers for correct usage from
c++ libraries
0.0.3
* lloyd implement source file deletion and the --keep flag
* lloyd add support for lzip file format
* lloyd add a test binary which tests ability to decompress
output generated by lzip or lzma and handling of
corrupt input
0.0.2
* lloyd fix dynamic libraries on osx 10.4
* lloyd README updated with supported platforms and more accurate
information on the upcoming xz format.
0.0.1
* lloyd initial complete easylzma library implementation with
simple command line tools mainly intended for testing of
the library