Bump to lzop 1.04.01
[platform/upstream/lzop.git] / NEWS
1 ==================================================================
2 User visible changes for lzop -- a very fast file compressor
3 ==================================================================
4
5 Changes in 1.04 (10 Aug 2017)
6   * Happy 20th anniversary release!
7   * Added CMake build support.
8   * Assorted minor updates.
9
10 Changes in 1.03 (01 Nov 2010)
11   * Assorted minor updates.
12
13 Changes in 1.02rc1 (25 Jul 2005)
14   * Made lzop compile with LZO v2.
15   * Under Windows files are now opened using the _O_SEQUENTIAL flag,
16     which results in a major speedup when (de)compressing large files.
17   * Under Mac OS X, the configure script now will use the '-no-cpp-precomp'
18     compiler option in order to work around bugs in Apple's native
19     "smart" preprocessor.
20   * File sizes > 2GB are correctly displayed.
21
22 Changes in 1.01 (27 Apr 2003)
23   * Five years have passed since the last release: completely updated
24     the Autoconf build system, enable Autoconf large file support.
25   * Warn about a compressed file's trailing zero bytes only if in
26     verbose mode (for compatibility with recent versions of GNU tar).
27   * Don't be too strict in favoring stdin - using '--no-stdin' should not
28     be necessary any longer in cron jobs.
29   * Added option '-P' to save/restore the path name of a compressed file.
30   * Added option '--crc32' to use a crc32 instead of an adler32 checksum.
31   * Fixed an assertion that could trigger in very rare cases.
32
33 Changes in 1.00 (27 Apr 1998)
34   * Added command '--ls'
35   * Added options '--no-mode', '--no-time', '--no-warn' and '--ignore-warn'
36
37 Changes in 0.96 (13 Mar 1998)
38   * Updated documentation
39   * Added option '--no-stdin'
40
41 Changes in 0.95 (07 Dec 1997)
42   * Store a checksum by default (use option '-F' to disable)
43   * Added support for filters
44   * Adapted for LZO 1.02
45   * Minor fixes and changes
46
47 Changes in 0.94 (15 Oct 1997)
48   * Added support for compressed archives (use with option '-o')
49
50 Changes in 0.93 (10 Sep 1997)
51   * Use in-place decompression to reduce memory requirements
52   * Added support for environment variable 'LZOP'
53   * Compile fixes for Solaris
54
55 Changes in 0.92 (07 Sep 1997): never released
56   * Fixed a bug in frames.c when passing an invalid pointer to free()
57
58 Changes in 0.91 (01 Sep 1997)
59   * Added option '-S'
60   * Use GNU getopt for commandline parsing
61   * Use dynamic memory allocation
62
63 Changes in 0.90 (10 Aug 1997)
64   * First public release of lzop - requires LZO library v1.01
65
66 Sep 1996:
67   * For historical reasons: this is when I started writing lzop
68