2025-02-24 03:25:27 +01:00
|
|
|
2010-01-24 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.3 released.
|
|
|
|
* Implemented option "--data-size".
|
|
|
|
* Output file is now removed if plzip is interrupted.
|
|
|
|
* This version automatically chooses the smallest possible
|
|
|
|
dictionary size for each member during compression, saving
|
|
|
|
memory during decompression.
|
|
|
|
* main.cc: New constant "o_binary".
|
|
|
|
|
2025-02-24 03:25:08 +01:00
|
|
|
2010-01-17 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.2 released.
|
|
|
|
* Implemented option "--dictionary-size".
|
|
|
|
* Implemented option "--match-length".
|
|
|
|
* "lacos_rbtree" has been replaced with a circular buffer.
|
|
|
|
|
2025-02-24 03:22:05 +01:00
|
|
|
2009-12-05 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.1 released.
|
|
|
|
* This version is based on llzip-0.03 (2009-11-21), written by
|
|
|
|
Laszlo Ersek <lacos@caesar.elte.hu>.
|
|
|
|
From llzip-0.03/README:
|
|
|
|
|
|
|
|
llzip is a hack on my lbzip2-0.17 release. I ripped out the
|
|
|
|
decompression stuff, and replaced the bzip2 compression with
|
|
|
|
the lzma compression from lzlib-0.7. llzip is mainly meant
|
|
|
|
as an assisted fork point for the lzip developers.
|
|
|
|
Nonetheless, I tried to review the diff against lbzip2-0.17
|
|
|
|
thoroughly, and I think llzip should be usable on its own
|
|
|
|
until something better appears on the net.
|
|
|
|
|
|
|
|
|
2025-02-24 03:25:08 +01:00
|
|
|
Copyright (C) 2009, 2010 Antonio Diaz Diaz.
|
2025-02-24 03:22:05 +01:00
|
|
|
|
|
|
|
This file is a collection of facts, and thus it is not copyrightable,
|
|
|
|
but just in case, I give you unlimited permission to copy, distribute
|
|
|
|
and modify it.
|