lzop: don't support ancient versions < 0.94 (15 Oct 1997)
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Apr 2018 11:35:28 +0000 (13:35 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Apr 2018 11:35:28 +0000 (13:35 +0200)
commit3a7d16d48885cf880cf404ef23f5fc48c1d1dc6a
tree9c50051bd5baf582937ec3b7010dd96023df6dbf
parent434f95960ad484d09ce0cad5dbf44b11312963f8
lzop: don't support ancient versions < 0.94 (15 Oct 1997)

0.94 came only 2 months after initial 0.90:

    0.90 (10 Aug 1997): First public release of lzop
    ...
    0.94 (15 Oct 1997): Header format change

function                                             old     new   delta
do_lzo_decompress                                    411     404      -7
f_read8                                               24       -     -24
f_read16                                              31       -     -31
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 0/1 up/down: 0/-62)             Total: -62 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/lzop.c