mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Update docs to reflect changes
This commit is contained in:
parent
d5bd8a5f4c
commit
fa37910e48
3
AUTHORS
3
AUTHORS
|
|
@ -13,5 +13,6 @@ Christian Leber for lzma compat layer
|
||||||
Lasse Collin for debugging the compat layer
|
Lasse Collin for debugging the compat layer
|
||||||
Michael J Cohen for Darwin support
|
Michael J Cohen for Darwin support
|
||||||
Jukka Laurila for newer Darwin support
|
Jukka Laurila for newer Darwin support
|
||||||
George Makrydakis for lrztar
|
George Makrydakis for lrztar, lrzuntar
|
||||||
Jari Aalto for documentation and typos and git help
|
Jari Aalto for documentation and typos and git help
|
||||||
|
Jon Tibble for nasm & Solaris support
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,13 @@
|
||||||
lrzip ChangeLog
|
lrzip ChangeLog
|
||||||
|
APRIL 2010, version 0.45, Con Kolivas, Jon Tibble, George Makrydakis
|
||||||
|
* Fixes the nasm program test (AC_CHECK_PROG doesn't overwrite a
|
||||||
|
variable that is already set so do it manually) JT
|
||||||
|
* Fix compiler flags as not all compilers accept -Wall -W (cc on
|
||||||
|
Solaris/OpenSolaris) JT
|
||||||
|
* Fix lrztar to not try to compress files already with the .lrz extension GM
|
||||||
|
* Fix lrztar to decompress files where the pathname is ../* GM
|
||||||
|
* Add lrzuntar symlink to call lrztar -d
|
||||||
|
|
||||||
|
|
||||||
MAR 2010, version 0.45, Con Kolivas, Jari Aalto
|
MAR 2010, version 0.45, Con Kolivas, Jari Aalto
|
||||||
* Fixed reported window size
|
* Fixed reported window size
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue