blob: dbf5492a143fa7931a645f2db01c727eebd38cac (
plain)
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
|
0.3.0:
- alf's compression speed is now acceptable: 14x as fast as 0.2.1.
- alf now has -v (verbose) flag, also -vv and -vvv for more verbosity.
- alf stores a zero date if the year is out of range (1980 to 2107).
- unalf -v displays a zero date as <none> rather than 0 ??? 1980.
- unalf doesn't attempt to set the timestamp on a file with a zero date.
0.2.1 (never released):
- alf is now able to create .alf archives that are byte-for-byte
identical with ones created by LZ.COM on the Atari.
- alf: compression is faster (but still too slow).
- alf: can now handle empty (0-byte length) files, which LZ.COM can't.
- alf: add some -t<x> options to control timestamps.
- unalf: actually use the timestamps in the .alf file.
- unalf: show 4-digit year with -v option.
- various bugfixes.
- add this CHANGES.txt file :)
0.2.0:
- alf command added.
- Project renamed to alftools, since unalf isn't a good description.
0.1.0 was released as "unalf".
|